diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-10 21:49:06 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-10 21:49:06 +0800 |
commit | 6285ebff7e53657b2ca3b7cfa726e2fef524f0ce (patch) | |
tree | a25d943325326f4ad818fb0681a8eb3e871062bf /templates/index.html | |
parent | main: Prefix group names with /g/ (diff) | |
download | forge-6285ebff7e53657b2ca3b7cfa726e2fef524f0ce.tar.gz forge-6285ebff7e53657b2ca3b7cfa726e2fef524f0ce.tar.zst forge-6285ebff7e53657b2ca3b7cfa726e2fef524f0ce.zip |
footer.html: Add link to Lindenii Forge
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 79e3cba..3f08355 100644 --- a/templates/index.html +++ b/templates/index.html @@ -18,6 +18,9 @@ {{- end }} </ul> </div> + <footer> + {{ template "footer" . }} + </footer> </body> </html> {{- end -}} |