about summary refs log tree commit diff
path: root/blog.node5.net
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2026-05-31 12:12:25 +0200
committeruser@node5.net <user@node5.net>2026-05-31 12:12:25 +0200
commit23cf16e4aed56300698879c1862ce84eab812aea (patch)
tree4f65291ec6ff080f90e3ae790b40549646c0b501 /blog.node5.net
parentdd207fc2a42c4587ffe1ace77fe8c939bc00e7be (diff)
article metadata - modified date fallback if articles aren't git tracked
fallback to file system modified data
Diffstat (limited to 'blog.node5.net')
-rw-r--r--blog.node5.net/templates/article_meta_data.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog.node5.net/templates/article_meta_data.html b/blog.node5.net/templates/article_meta_data.html
index f002d02..ba668d8 100644
--- a/blog.node5.net/templates/article_meta_data.html
+++ b/blog.node5.net/templates/article_meta_data.html
@@ -3,7 +3,7 @@
 
 <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.source_path | replace('blog.node5.net/articles', '') }}">
+<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>