diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-05-07 18:14:04 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-05-08 11:01:11 +0700 |
commit | 76b15f1a99849571e92945b8b124d371573253cb (patch) | |
tree | cf3d034dcc6b7455ad5e83367aa0ab10a13a955d /_layout | |
parent | f3597bd8bd289568424290127487b16e7f4f68ef (diff) | |
download | site-76b15f1a99849571e92945b8b124d371573253cb.tar.gz |
Update header, footer and dependencies
Diffstat (limited to '_layout')
-rw-r--r-- | _layout/page_foot.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/_layout/page_foot.html b/_layout/page_foot.html index d85c41e..446fb95 100644 --- a/_layout/page_foot.html +++ b/_layout/page_foot.html @@ -1,9 +1,11 @@ <div class=page-foot> <div class=copyright> - Copyright © 2018-2021 {{fill author}}; + Copyright © 2018–2021 {{fill author}}; See <a href=https://creativecommons.org/licenses/by-sa/4.0>license terms</a><br> - {{isnotpage /tag/*}}Last modified: {{fill fd_mtime}}<br>{{end}} + {{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}} A website by <a href=https://julialang.org>Julia</a> <a href=https://franklinjl.org>Franklin</a> </div> |