Skip to content

Instantly share code, notes, and snippets.

@Pross
Created April 26, 2016 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pross/3f14cfe630a11c0696e0517e75c57e26 to your computer and use it in GitHub Desktop.
Save Pross/3f14cfe630a11c0696e0517e75c57e26 to your computer and use it in GitHub Desktop.
<script>
!function ($) {
$(document).on( 'ready', function() {
$('.previous-entries a').html( '&larr; Previous entries')
$('.next-entries a').html( 'Articles précédents &rarr;')
})
}(window.jQuery)
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment