mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2025-08-03 20:04:23 -04:00
truncate modified date and add to post index
This commit is contained in:
parent
0016f98f6d
commit
76bd23c733
39 changed files with 77 additions and 67 deletions
|
@ -30,9 +30,7 @@
|
|||
<a href="{{ post.url | relative_url }}" rel="permalink">{{ title }}</a>
|
||||
{% endif %}
|
||||
</h2>
|
||||
{% if post.read_time %}
|
||||
<p class="page__meta"><i class="far fa-clock" aria-hidden="true"></i> {% include read-time.html %}</p>
|
||||
{% endif %}
|
||||
<p class="page__meta">Last Modified: {{ post.last_modified_at }} <i class="far fa-clock" aria-hidden="true"></i> {% include read-time.html %}</p>
|
||||
{% if post.excerpt %}<p class="archive__item-excerpt" itemprop="description">{{ post.excerpt | markdownify | strip_html | truncate: 160 }}</p>{% endif %}
|
||||
</article>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue