diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-07-07 12:18:43 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-07-07 14:14:05 +0700 |
commit | cef224a1a48e14bb5df7d5746b83f881102925ff (patch) | |
tree | 83eb9dcd91a1894c033d0d4681b1f38902a32d76 | |
parent | e6ba740107fe6f24f99f66cf60656360af6b5123 (diff) | |
download | site-cef224a1a48e14bb5df7d5746b83f881102925ff.tar.gz |
Host COPYING file
-rw-r--r-- | 404.md | 5 | ||||
-rw-r--r-- | _layout/page_foot.html | 3 |
2 files changed, 1 insertions, 7 deletions
diff --git a/404.md b/404.md deleted file mode 100644 index ea858b9..0000000 --- a/404.md +++ /dev/null @@ -1,5 +0,0 @@ -# 404: File not found - -The requested file was not found. - -Please [click here](/) to go to the home page. diff --git a/_layout/page_foot.html b/_layout/page_foot.html index 0cf3765..e91b6e4 100644 --- a/_layout/page_foot.html +++ b/_layout/page_foot.html @@ -1,8 +1,7 @@ <div class=page-foot> <div class=copyright> Copyright © 2019–2021 {{fill author}}; - See <a href=https://creativecommons.org/licenses/by-sa/4.0>license - terms</a><br> + See <a href=/COPYING>license terms</a><br> {{isnotpage /tag/*}}Last modified: {{fill fd_mtime}}; View <a href=https://git.sr.ht/~cnx/site/tree/main/item/{{fill fd_rpath}}>page source</a><br>{{end}} |