diff options
Diffstat (limited to 'blog.node5.net/templates/article_meta_data.html')
| -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 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> |
