diff options
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> |