paulca / paulca.com Public

Link last updated to GitHub repo

Paul Campbell 2ad532a7bbf145c095e838aea0ec3a4107566d98 parent 5211a42
2 files changed, +2 −2
  • docs/index.html +1 −1
  • src/index.njk +1 −1
diff --git a/docs/index.html b/docs/index.html
index 9980f7f..e7d5e0d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -43,7 +43,7 @@ ledger</a>. There is also a <a href="/faq/">FAQ</a>.</p>
<hr>
-<p><small>Last updated July 2026.</small></p>
+<p><small>Last updated <a href="https://github.com/paulca/paulca.com">July 2026</a>.</small></p>
</body>
diff --git a/src/index.njk b/src/index.njk
index 6530f54..01f2a5c 100644
--- a/src/index.njk
+++ b/src/index.njk
@@ -38,4 +38,4 @@ ledger</a>. There is also a <a href="/faq/">FAQ</a>.</p>
<hr>
-<p><small>Last updated {{ buildDate | monthYear }}.</small></p>
+<p><small>Last updated <a href="https://github.com/paulca/paulca.com">{{ buildDate | monthYear }}</a>.</small></p>