diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-10-14 19:15:51 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-10-14 19:15:51 +0200 |
| commit | 8a2dadcd2572fb5f472c91e8bc3957882fa48320 (patch) | |
| tree | a982606db7fc2373994c645fa310d925dfcaac7c /themes/_includes/layout/footer.html | |
| download | flevum-8a2dadcd2572fb5f472c91e8bc3957882fa48320.tar.gz | |
Open the blog
Diffstat (limited to 'themes/_includes/layout/footer.html')
| -rw-r--r-- | themes/_includes/layout/footer.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/_includes/layout/footer.html b/themes/_includes/layout/footer.html new file mode 100644 index 0000000..bd27826 --- /dev/null +++ b/themes/_includes/layout/footer.html @@ -0,0 +1,8 @@ +<footer class="site-footer"> + <nav> + <a href="/impressum.html">Impressum</a> + <a href="/datenschutz.html">Datenschutz</a> + </nav> + + <p>E-Mail: <a href="mailto:belka@caraus.de">belka@caraus.de</a></p> +</footer> |
