diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-12-22 17:36:16 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-12-22 17:36:16 +0700 |
commit | ee131010bc85332db483ae2e770495f29c168773 (patch) | |
tree | 96cadc3da23bd464feebf58e26f1f650399a2ffa /_layout/footer.html | |
parent | 3fae5dd37c658eb185fec2ad99dd11cacf97b7bb (diff) | |
download | site-ee131010bc85332db483ae2e770495f29c168773.tar.gz |
Outsource more to injection phase
Diffstat (limited to '_layout/footer.html')
-rw-r--r-- | _layout/footer.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/_layout/footer.html b/_layout/footer.html new file mode 100644 index 0000000..cde42d6 --- /dev/null +++ b/_layout/footer.html @@ -0,0 +1,15 @@ +<footer> + {{copyright}}; <span class=nowrap>See + <a href=/COPYING>license terms</a></span><br> + + {{isnotpage /tag/*}}Last modified: {{author_date}}; <span class=nowrap>View + <a href=https://git.sr.ht/~cnx/site/tree/main/item/{{fd_rpath}}>page + source</a></span><br>{{end}} + + Part of <a href=https://fediring.net>Fediring</a>; <span class=nowrap>Visit + the {{fediring 1 previous}}/{{fediring 2 next}} site</span><br> + + <a href={{job_url}}>Built on sr.ht</a> + by <a href=https://julialang.org>Julia</a> + <a href=https://franklinjl.org>Franklin</a> +</footer> |