clean homepage

This commit is contained in:
Infominer 2020-01-07 04:40:26 -05:00
parent 05ae461e5e
commit d78e5304f2
2 changed files with 6 additions and 6 deletions

View file

@ -30,7 +30,7 @@
<a href="{{ post.url | relative_url }}" rel="permalink">{{ title }}</a>
{% endif %}
</h3>
{% if post.excerpt %}<p class="archive__item-excerpt" itemprop="description">{{ post.excerpt | markdownify | strip_html | truncate: 160 }}</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><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>
</article>
</div>