diff options
Diffstat (limited to 'layouts/partials/footer.html')
| -rw-r--r-- | layouts/partials/footer.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..c0a6d49 --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,11 @@ +<div class="sidebar-item"> + <p> + {{- with site.Params.footer }} + {{ . | safeHTML }} + {{- else }} + {{- with .Params.editor }}<p>Edited by {{ . }}, {{ now.Format "2006" }}.</p>{{ end }} + Built with <a href="https://github.com/sergeyklay/gohugo-theme-ed" target="_blank" rel="noopener noreferrer">Ed.</a> + Distributed under an MIT license. + {{- end }} + </p> +</div> |
