feat: sitemap
feat: reading time
This commit is contained in:
@ -9,7 +9,13 @@ layout: default
|
||||
<li>
|
||||
<h2>
|
||||
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
|
||||
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
|
||||
|
||||
<p class="post-meta">
|
||||
<span>{{ post.date | date: "%b %-d, %Y" }}</span>
|
||||
{% if post.author %} • <span>{{ post.author }}</span>{% endif %}
|
||||
{% if post.meta %} • <span>{{ post.meta }}</span>{% endif %}
|
||||
• <span>Reading time: {{ post.content | reading_time }}</span>
|
||||
</p>
|
||||
</h2>
|
||||
<article class='post-content'>
|
||||
{{ post.excerpt }}
|
||||
|
Reference in New Issue
Block a user