Change up buttons in header and the footer
This commit is contained in:
parent
b1c5cc4765
commit
99b0cdf570
1 changed files with 9 additions and 6 deletions
|
@ -10,7 +10,7 @@
|
|||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<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">
|
||||
</head>
|
||||
|
||||
|
@ -28,9 +28,9 @@
|
|||
</div>
|
||||
<div class="nav-right">
|
||||
<ul>
|
||||
<li><a href="/about.html">about</a></li>
|
||||
<li><a href="https://git.cheri.pink">git</a></li>
|
||||
<li><a href="https://live.cheri.pink">livestreams</a></li>
|
||||
<li><a href="/about/">about me</a></li>
|
||||
<li><a href="https://git.snug.moe/cheri">git</a></li>
|
||||
<li><a href="feed.rss">rss</a></li>
|
||||
<li><a href="/posts/">posts</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -42,8 +42,11 @@
|
|||
|
||||
<footer>
|
||||
<p>
|
||||
Brought here with love <3.
|
||||
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>
|
||||
Brought here with love <abbr title="heart symbol"><3</abbr> ...slowly but steadily...
|
||||
</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>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue