cheri.pink/src/_includes/base.njk

53 lines
1.8 KiB
Text

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="{{ site.authorName }}">
<meta name="description" content="{{ site.description }}">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<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 }} - cheri.pink</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<nav class="menu">
<div class="nav-left">
<ul>
<li>
<a href="/">
<img class="logo" src="/media/cherry-blossom.png" alt="" />
<span class="sitename">{{ site.name }}</span>
</a>
</li>
</ul>
</div>
<div class="nav-right">
<ul>
<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>
</nav>
<div class="content">
{{ content | safe }}
</div>
<footer>
<p>
Brought here with love <abbr title="heart symbol">&lt3</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>
</html>