diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-03-07 15:46:35 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-03-07 15:46:35 +0700 |
commit | 752a020bf54082e8af3c966f4740abf5914ac821 (patch) | |
tree | 1e25967db718b62a459e9fe5a6e8022acfb8e7fd /_layout/page_foot.html | |
parent | 6a7f3beea1cd4908a03b38064ee49cdb5b2fe14c (diff) | |
download | site-752a020bf54082e8af3c966f4740abf5914ac821.tar.gz |
Migrate work listing page
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> |