mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Display updated on for Entering Long Mode post
This commit is contained in:
@@ -22,7 +22,12 @@ title: Home
|
||||
</a>
|
||||
</h1>
|
||||
|
||||
<time datetime="{{ post.date | date_to_xmlschema }}" class="post-date">{{ post.date | date_to_string }}</time>
|
||||
<span class="post-date">
|
||||
<time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date_to_string }}</time>
|
||||
{% if post.updated %}
|
||||
(updated on {{ post.updated | date_to_string }})
|
||||
{% endif %}
|
||||
</span>
|
||||
|
||||
{% if post.content contains '<!--more-->' %}
|
||||
{{ post.content | split:'<!--more-->' | first }}
|
||||
|
||||
Reference in New Issue
Block a user