diff options
author | delta <darkussdelta@gmail.com> | 2025-02-04 22:10:55 +0100 |
---|---|---|
committer | delta <darkussdelta@gmail.com> | 2025-02-04 22:10:55 +0100 |
commit | 0a5d93ff5518de7f27822a697ac6758cf95a1b68 (patch) | |
tree | 14b55e2e39aff96323c8e087c0d3d38a008df593 | |
parent | 2811ed640687000948c98c5a2b5fa79f5ce080e7 (diff) |
add a credits page
-rw-r--r-- | .zs/layout.html | 2 | ||||
-rw-r--r-- | credits.md | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.zs/layout.html b/.zs/layout.html index c1047d7..62a89e6 100644 --- a/.zs/layout.html +++ b/.zs/layout.html @@ -35,7 +35,7 @@ <main><div>{{ content }}</div></main> <footer class="subtle"> <span>made with <span style="color: var(--red)"><3</span> by darkuss</span - ><span>built with <a href="https://git.mills.io/prologic/zs">zs</a></span + ><span><a href="/credits.html">credits</a></span ><span>last modified: <time datetime="{{ current_date }}">{{ current_date }}</time></span> </footer> </div> diff --git a/credits.md b/credits.md new file mode 100644 index 0000000..11248b8 --- /dev/null +++ b/credits.md @@ -0,0 +1,3 @@ +- [twoexem](https://twoexem.com) - for hosting my website and being a good friend +- [aporetic](https://github.com/protesilaos/aporetic) - the font used on this website +- [zs](https://git.mills.io/prologic/zs) - the tool used to build this website |