about summary refs log tree commit diff homepage
path: root/_layout/page_foot.html
diff options
context:
space:
mode:
Diffstat (limited to '_layout/page_foot.html')
-rw-r--r--_layout/page_foot.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/_layout/page_foot.html b/_layout/page_foot.html
new file mode 100644
index 0000000..9562d32
--- /dev/null
+++ b/_layout/page_foot.html
@@ -0,0 +1,5 @@
+<div class="page-foot">
+  <div class="copyright">
+    &copy; {{ 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>
+</div>