diff options
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r-- | layouts/partials/footer.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html deleted file mode 100644 index 3f46ea5..0000000 --- a/layouts/partials/footer.html +++ /dev/null @@ -1,9 +0,0 @@ - <footer> - {{ partial "foot_custom.html" . }} - {{ with .Site.Params.footer }} - <hr/> - {{ . | markdownify }} - {{ end }} - </footer> - </body> -</html> |