diff options
Diffstat (limited to 'layouts/partials/sidebar.html')
| -rw-r--r-- | layouts/partials/sidebar.html | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 57bca9d..e6e4bd3 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -21,14 +21,5 @@ {{/* TODO: Add hypothesis support */}} </nav> - <div class="sidebar-item"> - <p> - {{- with site.Params.footer }} - {{ . | safeHTML }} - {{- else }} - 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> + {{ partial "footer" . }} </aside> |
