diff options
author | zeldakatze <coffee@zeldakatze.de> | 2025-10-08 09:50:52 +0200 |
---|---|---|
committer | zeldakatze <coffee@zeldakatze.de> | 2025-10-08 09:50:52 +0200 |
commit | d0c9031ef9cbe6ea8e92a5f8d2114fad524864f4 (patch) | |
tree | 0c2f3b46d84f4ed9eee06ca67272d3a6e09ed747 | |
parent | b48b5b9bbc8dbae6d5362e5bbf68985412cab5fc (diff) | |
download | website-d0c9031ef9cbe6ea8e92a5f8d2114fad524864f4.tar.gz website-d0c9031ef9cbe6ea8e92a5f8d2114fad524864f4.zip |
replaced ' with ", added cgit-instance to footer
-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> |