Change up buttons in header and the footer

This commit is contained in:
Cheri 2024-01-25 13:28:05 +02:00 committed by vib
parent 48445a12c4
commit 9acf36c376

View file

@ -10,7 +10,7 @@
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<title>{{ title }}</title> <title>{{ title }} - cheri.pink</title>
<link rel="stylesheet" href="/style.css"> <link rel="stylesheet" href="/style.css">
</head> </head>
@ -28,9 +28,9 @@
</div> </div>
<div class="nav-right"> <div class="nav-right">
<ul> <ul>
<li><a href="/about.html">about</a></li> <li><a href="/about/">about me</a></li>
<li><a href="https://git.cheri.pink">git</a></li> <li><a href="https://git.snug.moe/cheri">git</a></li>
<li><a href="https://live.cheri.pink">livestreams</a></li> <li><a href="feed.rss">rss</a></li>
<li><a href="/posts/">posts</a></li> <li><a href="/posts/">posts</a></li>
</ul> </ul>
</div> </div>
@ -42,8 +42,11 @@
<footer> <footer>
<p> <p>
Brought here with love &lt3. Brought here with love <abbr title="heart symbol">&lt3</abbr> ...slowly but steadily...
Content licensed under <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/80x15.png" /></a> </p>
<p>
-whatever licensing I will use but like all rights reserved for the contant and something fun and permissible for the code-
You can take a peek at the code on <a href="https://git.snug.moe/cheri/cheri.pink">snug.moe Forgejo</a>
</p> </p>
</footer> </footer>
</body> </body>