Skip to content

Instantly share code, notes, and snippets.

@justinallen
Last active August 29, 2015 14:19
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 justinallen/12de324836f5b6e138a0 to your computer and use it in GitHub Desktop.
Save justinallen/12de324836f5b6e138a0 to your computer and use it in GitHub Desktop.
Jekyll Reading Time Estimator - Template Snippet
<!-- drop this into your post.html or other page template -->
<div id="reading-time"></div>
<span id="wordcount" style="display:none">{{ content | number_of_words }}</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment