diff options
| author | user <user@node5.net> | 2025-03-31 22:28:10 +0200 |
|---|---|---|
| committer | user <user@node5.net> | 2025-03-31 22:28:10 +0200 |
| commit | e6230cd78526ab56b66c7a4b5c5072b3de5eb064 (patch) | |
| tree | 338d6c44bb6ec2d7261711a48f855e5f4fac5f9d /blog.node5.net | |
| parent | a4b06f083ac0dca045994b891a1e49c63ba3a20a (diff) | |
Article meta data - Forgejo -> CGit
Diffstat (limited to 'blog.node5.net')
| -rw-r--r-- | blog.node5.net/templates/article_meta_data.html | 2 |
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 6983d53..cd6968e 100644 --- a/blog.node5.net/templates/article_meta_data.html +++ b/blog.node5.net/templates/article_meta_data.html @@ -4,7 +4,7 @@ <span class="dark-grey"> | </span> -<a href="https://git.node5.net/blog/articles/commits/branch/master/{{ article.source_path | replace('blog.node5.net/articles', '') }}"> +<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">Modified: {{ article.modified.strftime('%Y-%m-%d') }}</span> </a> |
