paulca / paulca.com Public
Link last updated to GitHub repo
2 files changed,
+2
−2
docs/index.html+1 −1src/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> |