From 8cf178e1be03e5a77659a022e4d17df43c7c41d1 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 2 Jul 2025 16:12:57 -0400 Subject: [PATCH] Updated links to blog source code --- content/code.md | 2 +- templates/footer.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/code.md b/content/code.md index e58e737..e2bf46a 100644 --- a/content/code.md +++ b/content/code.md @@ -3,7 +3,7 @@ - [GitHub](https://github.com/ficcdaf) - I mirror some of my projects here, or host clones of GitHub projects I contribute to. -- [ficd.ca source code](https://git.sr.ht/~ficd/blog) +- [ficd.ca source code](https://git.sr.ht/~ficd/ficd-zona) - Source code of this website. Not very interesting; it's mostly Markdown. - [site builder source code](https://git.sr.ht/~ficd/zona/tree/dev-stable) - Source code of `zona`, the tool I developed to build and maintain this diff --git a/templates/footer.md b/templates/footer.md index f47028c..5fbd64c 100644 --- a/templates/footer.md +++ b/templates/footer.md @@ -1,5 +1,5 @@ All posted code written by me is licensed under [MIT](/LICENSE), and all other original written work is licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0). This -website is [open source](https://git.sr.ht/~ficd/blog), built with +website is [open source](https://git.sr.ht/~ficd/ficd-zona), built with [zona](https://sr.ht/~ficd/zona), and hosted on [sr.ht](https://sr.ht/).