about summary refs log tree commit diff homepage
path: root/_layout/page_foot.html
blob: 446fb955df7697a81f17f6d53f302bf0d95912b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<div class=page-foot>
  <div class=copyright>
    Copyright &copy; 2018&ndash;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}};  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>
</div>