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

<nobr></nobr><span title="Created: {{ article.metadata.created }}" class="grey">🗓️ Created: {{ article.metadata.created.strftime('%Y-%m-%d') }}</span></nobr>
<span class="dark-grey"> | </span>
<a href="https://git.node5.net/blog/articles/log/{{ article.git_path | replace('blog.node5.net/articles/', '') }}">
    <nobr><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></nobr>
</a>