diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-11-16 17:35:21 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-11-16 17:35:21 +0700 |
commit | ac73f7ff7739157254bfcec36ef9463c86b0de72 (patch) | |
tree | 0ec1c17c81a56d0ecb0754bad489124a2e3f4545 /_layout/page_foot.html | |
parent | f3074f4e4e88e0f27ac115535479382460cdfb82 (diff) | |
download | site-ac73f7ff7739157254bfcec36ef9463c86b0de72.tar.gz |
Overhaul style
Diffstat (limited to '_layout/page_foot.html')
-rw-r--r-- | _layout/page_foot.html | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/_layout/page_foot.html b/_layout/page_foot.html index 817742f..6a9431a 100644 --- a/_layout/page_foot.html +++ b/_layout/page_foot.html @@ -1,11 +1,9 @@ <div class=page-foot> - <div class=copyright> - © 2019–2021 {{fill author}}; - See <a href=/COPYING>license terms</a><br> - {{isnotpage /tag/*}}Last modified: {{author_date}}; 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> + © 2019–2021 {{author}}; + See <a href=/COPYING>license terms</a><br> + {{isnotpage /tag/*}}Last modified: {{author_date}}; View + <a href=https://git.sr.ht/~cnx/site/tree/main/item/{{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> |