about summary refs log tree commit diff
path: root/blog.node5.net/templates/article_meta_data.html
blob: 5e9068eb21bdcbba8835f738ee5464d5a8e8d479 (plain)
1
2
3
4
5
6
7
8
9
<h4>{{ article.metadata.description }}</h4>
<br>

<span title="Created: {{ article.metadata.created }}" class="grey">🗓️ Created: {{ article.metadata.created.strftime('%Y-%m-%d') }}</span>
<span class="dark-grey"> | </span>
<a href="https://git.node5.net/blog/articles/log/{{ article.source_path | replace('blog.node5.net/articles', '') }}">
    <span title="Modified: {{ article.modified }}
Click to see article history" class="grey"><span class="devicons devicons-git" style="color: orange"></span> Modified: {{ article.modified.strftime('%Y-%m-%d') }}</span>
</a>