diff options
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> |