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