proofread update

This commit is contained in:
Infominer 2020-01-13 01:15:14 -05:00
parent 1ff08e74b8
commit 64621d2c54
3 changed files with 15 additions and 7 deletions

View file

@ -31,6 +31,6 @@
{% endif %}
</h3>
{% if post.excerpt %}<p class="archive__item-excerpt" itemprop="description">{{ post.excerpt | markdownify | strip_html | truncate: 300 }}</p>{% endif %}
<p class="page__meta"><i class="far fa-clock" aria-hidden="true"></i> {% include read-time.html %}<br><strong>Tags:</strong> {% for tag in post.tags %}[<u>{{ tag }}</u>] {% endfor %}<br><strong>Published:</strong> {{ post.date | date: "%Y-%m-%d" }} <strong>Modified:</strong> {{ post.last_modified_at }}</p><br>
<p class="page__meta"><i class="far fa-clock" aria-hidden="true"></i> {% include read-time.html %}<br>{% if post.tags %}<strong>Tags:</strong> {% for tag in post.tags %}[<u>{{ tag }}</u>] {% endfor %}<br>{% endif %}<strong>Published:</strong> {{ post.date | date: "%Y-%m-%d" }} {% if post.last_modified_at %}<strong>Updated:</strong> {{ post.last_modified_at }}{% endif %}</p><br>
</article>
</div>