diff options
Diffstat (limited to '_layout/page_foot.html')
-rw-r--r-- | _layout/page_foot.html | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/_layout/page_foot.html b/_layout/page_foot.html index 9562d32..d85c41e 100644 --- a/_layout/page_foot.html +++ b/_layout/page_foot.html @@ -1,5 +1,10 @@ -<div class="page-foot"> - <div class="copyright"> - © {{ fill author }}. {{isnotpage /tag/*}}Last modified: {{ fill fd_mtime }}.{{end}} Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>. +<div class=page-foot> + <div class=copyright> + 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}} + A website by <a href=https://julialang.org>Julia</a> + <a href=https://franklinjl.org>Franklin</a> </div> </div> |