feat: sitemap
feat: reading time
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user