Add footer
This commit is contained in:
parent
f8c5e5dea9
commit
e9f425cd5e
2 changed files with 49 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue