Add footer

This commit is contained in:
arne 2022-02-25 10:44:42 +01:00
commit e9f425cd5e
2 changed files with 49 additions and 7 deletions

View file

@ -9,7 +9,7 @@
</head>
<body>
<main class="{{ page.url | pageClasses }}">
<header><a href="/" title="Back to the homepage">{{ content | header | safe }}</a></header>
<header><a href="{{ '/' | url }}" title="Back to the homepage">{{ content | header | safe }}</a></header>
<aside>
<h1>{{ page.title }}</h1>
{% block sidebar %}
@ -18,6 +18,11 @@
<article>
{{ content | safe }}
</article>
<footer>
None of your personal data is transferred to third party servers while using these websites. Your IP address is <a href="https://manual.uberspace.de/web-logs/#privacy">anonymized, logged, and stored for 7 days</a>. This allows me to get an impression of the popularity of individual pages.
Contents are <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">CC-BY-SA</a> unless noted otherwise.
</footer>
</main>
</body>
</html>