diff options
author | jaseg <git@jaseg.de> | 2021-08-15 13:43:27 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2021-08-15 13:43:27 +0200 |
commit | 039197437e842355d759e0c50ab600c393d26542 (patch) | |
tree | 730f4e846e3249e73838bdbf06de559348242be1 /themes/hugo-classic/layouts/partials/footer.html | |
parent | e984a60731a599bf6e2876d9d6ff4cff35dad0aa (diff) | |
parent | f36babac0a9d553cdceff897af8b1b30e21a02f9 (diff) | |
download | blog-039197437e842355d759e0c50ab600c393d26542.tar.gz blog-039197437e842355d759e0c50ab600c393d26542.tar.bz2 blog-039197437e842355d759e0c50ab600c393d26542.zip |
deploy.py auto-commit
Diffstat (limited to 'themes/hugo-classic/layouts/partials/footer.html')
-rw-r--r-- | themes/hugo-classic/layouts/partials/footer.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/themes/hugo-classic/layouts/partials/footer.html b/themes/hugo-classic/layouts/partials/footer.html deleted file mode 100644 index 8b721a8..0000000 --- a/themes/hugo-classic/layouts/partials/footer.html +++ /dev/null @@ -1,16 +0,0 @@ - <footer> - {{ partial "foot_custom.html" . }} - {{ with .Site.Params.footer }} - <hr/> - {{ . | markdownify }} - {{ end }} - <div id="license-info"> - ©2020 by Jan Götte. This work is licensed under - <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC-BY-NC-SA 4.0</a>. - </div> - <div id="imprint-info"> - <a href="/imprint">Impressum und Haftungsausschluss und Datenschutzerklärung</a>. - </div> - </footer> - </body> -</html> |