about summary refs log tree commit diff homepage
path: root/_layout/page_foot.html
blob: 8a88a1bb47c027278250ff7cb46787b6dead5f24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<div class=page-foot>
  <div class=copyright>
    &copy; 2019&ndash;2021 {{fill author}};
    See <a href=/COPYING>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>