tweak archive display @ home

This commit is contained in:
⧉ infominer 2020-12-01 00:00:49 -05:00
parent 56a73bb102
commit 2bdafd555c

View File

@ -31,6 +31,7 @@
{% endif %} {% endif %}
</h3> </h3>
{% if post.excerpt %}<p class="archive__item-excerpt" itemprop="description">{{ post.excerpt | markdownify | strip_html | truncate: 300 }}</p>{% endif %} {% 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>{% if post.tags %}{% assign sorted_tags = post.tags | sort %}<strong>Tags:</strong> {% for tag in sorted_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> <p class="page__meta"><strong>Updated:</strong> {{ post.last_modified_at }} <i class="far fa-clock" aria-hidden="true"></i> {% include read-time.html %}</p>
{% if post.tags %}{% assign sorted_tags = post.tags | sort %}{% for tag in sorted_tags %}<div class="tags">{{ tag }}</div> {% endfor %}<br>{% endif %}<hr>
</article> </article>
</div> </div>