diff options
| author | user@node5.net <user@node5.net> | 2026-06-15 21:24:56 +0200 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2026-06-15 21:24:56 +0200 |
| commit | 38b8178cce160b3d2e6c8b3256c7655f4d0a27cd (patch) | |
| tree | ee232c74e786890a4d2bad8b1d89e2b5a5e2c6e6 /src/blog.node5.net/templates/article_meta_data.html | |
| parent | 693525e6444a74980ddfffb32ffe561c53dfcc24 (diff) | |
internalize needed files for starting the program
Diffstat (limited to 'src/blog.node5.net/templates/article_meta_data.html')
| -rw-r--r-- | src/blog.node5.net/templates/article_meta_data.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/blog.node5.net/templates/article_meta_data.html b/src/blog.node5.net/templates/article_meta_data.html new file mode 100644 index 0000000..ba668d8 --- /dev/null +++ b/src/blog.node5.net/templates/article_meta_data.html @@ -0,0 +1,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> |
