summary refs log tree commit diff
diff options
context:
space:
mode:
authoruser <user@node5.net>2024-03-11 18:29:55 +0100
committeruser <user@node5.net>2024-03-11 18:29:55 +0100
commit08c42350f2bb3f881fcee5b39306da49d094a491 (patch)
treeaba6bd3d5d72aa3a7448d5316e28e8e0d95cbaa3
parent3e772a9d04f52b09788049e3000602462fd371df (diff)
blog meta - describe article git log history modified date link
-rw-r--r--Blog meta.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Blog meta.md b/Blog meta.md
index f3ffe41..234a5c0 100644
--- a/Blog meta.md
+++ b/Blog meta.md
@@ -9,6 +9,8 @@ This blog is running on a self made backend:
 The article source markdown and other files are tracked in a separate repo:
 [article git repo](https://git.node5.net/blog/articles/)
 
+To see the history for a given article, click the modified date to go to the git repo log example for this article:
+[Blog meta - git repo - history](https://git.node5.net/blog/articles/log/Blog%20meta.md)
 
 This blog used to be a statically generated site derived from markdown files, first using 
 [jekyll](https://jekyllrb.com/).