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 /.zs | |
parent | 2811ed640687000948c98c5a2b5fa79f5ce080e7 (diff) |
add a credits page
Diffstat (limited to '.zs')
-rw-r--r-- | .zs/layout.html | 2 |
1 files changed, 1 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> |