diff options
author | jaseg <git@jaseg.de> | 2021-11-25 11:54:57 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2021-11-25 11:54:57 +0100 |
commit | 435716d0331060a81278b143825ef695fa0bec44 (patch) | |
tree | a61328e903e0e8a10ab1fb6cc8894c91dfb2d0ad /themes/blog.jaseg.de/layouts/partials/footer.html | |
parent | e7a91af6b5fffe7c9d845123c6c2fcfd73d9b02f (diff) | |
parent | 0e42d6bc99bc513535ce257f12807f0935fb7acf (diff) | |
download | blog-435716d0331060a81278b143825ef695fa0bec44.tar.gz blog-435716d0331060a81278b143825ef695fa0bec44.tar.bz2 blog-435716d0331060a81278b143825ef695fa0bec44.zip |
deploy.py auto-commit
Diffstat (limited to 'themes/blog.jaseg.de/layouts/partials/footer.html')
-rw-r--r-- | themes/blog.jaseg.de/layouts/partials/footer.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/themes/blog.jaseg.de/layouts/partials/footer.html b/themes/blog.jaseg.de/layouts/partials/footer.html deleted file mode 100644 index 9a6f133..0000000 --- a/themes/blog.jaseg.de/layouts/partials/footer.html +++ /dev/null @@ -1,17 +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>.<br/> - <a href="/about">About this blog</a>. - </div> - </footer> - </body> -</html> |