nek0.eu/templates/default.html

99 lines
3.6 KiB
HTML
Raw Normal View History

2016-03-01 07:03:27 +00:00
<!DOCTYPE html>
2023-04-10 20:11:09 +00:00
<html lang="en">
2016-04-21 23:21:42 +00:00
<head>
2017-12-03 03:01:08 +00:00
$if(description)$
2017-12-17 00:00:26 +00:00
<meta name="description" content="$description$" />
2017-12-03 03:01:08 +00:00
$endif$
2016-04-21 23:21:42 +00:00
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
2016-11-08 00:43:30 +00:00
<title>Nek0's Blog - $title$</title>
2016-04-21 23:21:42 +00:00
<link rel="stylesheet" type="text/css" href="/css/default.css" />
<link rel="stylesheet" type="text/css" href="/css/comments.css"/>
<link rel="stylesheet" type="text/css" href="/css/synlight.css"/>
<link rel="stylesheet" type="text/css" href="/css/font.css"/>
2016-03-01 07:03:27 +00:00
2016-04-21 23:21:42 +00:00
<!-- humans.txt -->
<link rel="author" href="/humans.txt" />
2016-03-01 07:03:27 +00:00
2024-01-02 02:27:39 +00:00
<!-- favicon -->
<link rel="icon" type="image/svg+xml" href="/images/nek0arts_logo.svg">
2016-04-21 23:21:42 +00:00
<!-- RSS -->
2019-12-20 09:16:45 +00:00
<link rel="alternate" type="application/rss+xml" title="nek0's blog" href="/rss.xml">
2016-03-01 07:03:27 +00:00
2016-04-21 23:21:42 +00:00
<!-- ATOM -->
2019-12-20 09:16:45 +00:00
<link rel="alternate" type="application/atom+xml" title="nek0's blog" href="/atom.xml">
2016-04-21 23:21:42 +00:00
</head>
2023-04-10 20:11:09 +00:00
<body itemscope="" itemtype="https://schema.org/Blog">
2023-04-10 20:55:34 +00:00
<div class="logo">
2023-04-10 21:53:27 +00:00
<a title="Logo" href="/"><img src="/images/nek0arts_logo.svg" /></a>
2023-04-10 20:55:34 +00:00
</div>
2023-04-10 13:27:11 +00:00
<div class="inlinks">
<ul>
<li><a href="/about.html">About</a></li>
<li><a href="/contact.html">Contact</a></li>
<li><a href="/archive.html">Archive</a></li>
</ul>
<hr>
</div>
<div class="outlinks">
<ul>
<li>
<a href="https://art.nek0.eu/">Gallery</a>
</li>
<li>
<a href="https://comics.nek0.eu/">Comics</a>
</li>
</ul>
<hr>
</div>
2019-10-13 08:10:56 +00:00
$if(datetime)$
2023-04-10 20:11:09 +00:00
<article itemprop="blogPost mainEntityOfPage" itemscope itemtype="https://schema.org/BlogPosting">
<h1 itemprop="headline">$title$</h1>
2019-10-13 08:10:56 +00:00
$else$
2023-04-10 20:11:09 +00:00
<article itemprop="mainEntityOfPage">
<h1 itemprop="headline">$title$</h1>
2019-10-13 08:10:56 +00:00
$endif$
$body$
2023-04-10 13:27:11 +00:00
</article>
2023-04-13 13:49:10 +00:00
<hr>
2023-04-10 13:27:11 +00:00
<ul class="plugs">
<li class="plug-container">
Tip Jar:
<ul>
2023-05-30 05:46:27 +00:00
<li><a href="https://ko-fi.com/nek0_lynx"><img src="/images/ko-fi.svg" title="Support me on Ko-Fi" target="_blank" rel="noopener noreferrer" /></a></li>
2023-04-10 13:27:11 +00:00
<li><a href="https://liberapay.com/nek0/donate"><img src="/images/liberapay.svg" title="Support me on Liberapay" target="_blank" rel="noopener noreferrer" /></a></li>
<li><a href="https://en.tipeee.com/nek0"><img src="/images/tipeee.svg" title="Support me on Tipeee" target="_blank" rel="noopener noreferrer" /></a></li>
</ul>
2023-04-10 07:54:53 +00:00
</li>
2023-04-10 13:27:11 +00:00
<li class="plug-container">
Socials:
<ul>
<li><a href="https://chaos.social/@nek0"><img src="/images/mastodon.svg" title="Find me on Mastodon" target="_blank" rel="noopener noreferrer" /></a></li>
2023-05-30 05:32:30 +00:00
<li><a href="https://twitter.com/nek0_lynx"><img src="/images/twitter.svg" title="Find me on Twitter" target="_blank" rel="noopener noreferrer" /></a></li>
2023-04-10 13:27:11 +00:00
<li><a href="https://gitea.nek0.eu/nek0"><img src="/images/gitea.svg" title="Find me on Gitea" target="_blank" rel="noopener noreferrer" /></a></li>
</ul>
</li>
</ul>
<ul class="extras">
<li class="extras-container">
Feeds:
<ul>
2023-04-10 20:11:09 +00:00
<li class="feed"><a href="/atom.xml">Atom</a></li>
<li class="feed"><a href="/rss.xml">RSS</a></li>
2023-04-10 13:27:11 +00:00
</ul>
<li class="extras-container">
Site generated by:
<ul>
<li><a href="http://jaspervdj.be/hakyll" target="_blank" rel="noopener noreferrer">Hakyll</a></li>
</ul>
2023-04-10 07:54:53 +00:00
</li>
2023-04-10 13:27:11 +00:00
<li class="extras-container">
Legalese:
<ul>
<li><a href="/imprint.html">Imprint/GDPR</a></li>
</ul>
2023-04-10 07:54:53 +00:00
</li>
</ul>
2016-04-21 23:21:42 +00:00
</body>
2016-03-01 07:03:27 +00:00
</html>