feat: sitemap

feat: reading time
This commit is contained in:
Mahdi Dibaiee
2017-02-23 16:08:14 +03:30
parent ee400e076f
commit 97f9079fef
7 changed files with 319 additions and 4 deletions

View File

@ -5,7 +5,12 @@ layout: default
<div class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
<p class="post-meta">{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</p>
<p class="post-meta">
<span>{{ page.date | date: "%b %-d, %Y" }}</span>
{% if page.author %} • <span>{{ page.author }}</span>{% endif %}
{% if page.meta %} • <span>{{ page.meta }}</span>{% endif %}
<span>Reading time: {{ content | reading_time }}</span>
</p>
</div>
<article class="post-content">