diff options
-rw-r--r-- | footer.html | 5 | ||||
-rw-r--r-- | header.html | 9 |
2 files changed, 8 insertions, 6 deletions
diff --git a/footer.html b/footer.html index 07333a9..2d4fe80 100644 --- a/footer.html +++ b/footer.html @@ -1,7 +1,8 @@ <hr> <center> - <a href='https://mastodon.social/@zeldakatze'>Mastodon</a> · - <a href='mailto:webkontakt@zeldakatze.de'>Mail</a> + <a href="https://mastodon.social/@zeldakatze">Mastodon</a> · + <a href="mailto:webkontakt@zeldakatze.de">Mail</a> · + <a href="https://cgit.zeldakatze.de">cGit-Instanz</a> </center> </body> </html> diff --git a/header.html b/header.html index ea17f0b..57eccc1 100644 --- a/header.html +++ b/header.html @@ -1,14 +1,15 @@ <!DOCTYPE html> -<html lang='de'> +<html lang="de"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> +<title>%SITE_TITLE%zeldakatze.de</title> </head> <body> <center> <h1>zeldakatze.de</h1> - <a href='index.html'>Index</a> · - <a href='tinkering.html'>Basteleien</a> · - <a href='talk.html'>Vorträge / Videos</a> + <a href="index.html">Index</a> · + <a href="tinkering.html">Basteleien</a> · + <a href="talk.html">Vorträge / Videos</a> </center> <hr> |