nek0.eu/templates/default.html

69 lines
3.4 KiB
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
$if(description)$
<meta name="description" content="$description$" />
$endif$
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Nek0's Blog - $title$</title>
<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"/>
<!-- humans.txt -->
<link rel="author" href="/humans.txt" />
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="nek0's blog" href="/rss.xml">
<!-- ATOM -->
<link rel="alternate" type="application/atom+xml" title="nek0's blog" href="/atom.xml">
<!-- favicon -->
<link rel="icon" type="image/x-icon" href="/images/nek0net_lynx.ico">
</head>
<body itemscope itemtype="https://schema.org/Blog">
<ul class="inlinks">
<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>
<div class="logo">
<img src="/images/nek0arts_logo.svg" />
</div>
<ul class="outlinks">
<li>
<a href="https://art.nek0.eu/">Art Gallery</a>
</li>
<li>
<a href="https://comics.nek0.eu/">Comics</a>
</li>
</ul>
<hr>
$if(datetime)$
<article itemprop="blogPost mainEntityOfPage" itemscope itemtype="https://schema.org/BlogPosting">
<h1 itemprop="headline">$title$</h1>
$else$
<article itemprop="mainEntityOfPage">
<h1 itemprop="headline">$title$</h1>
$endif$
$body$
</article>
<hr>
<ul class="extras">
<li>
Feeds:<a href="/atom.xml"> <svg class="feed" id="feed" width="1em" height="1em" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M576 1344q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm512 123q2 28-17 48-18 21-47 21h-135q-25 0-43-16.5t-20-41.5q-22-229-184.5-391.5t-391.5-184.5q-25-2-41.5-20t-16.5-43v-135q0-29 21-47 17-17 43-17h5q160 13 306 80.5t259 181.5q114 113 181.5 259t80.5 306zm512 2q2 27-18 47-18 20-46 20h-143q-26 0-44.5-17.5t-19.5-42.5q-12-215-101-408.5t-231.5-336-336-231.5-408.5-102q-25-1-42.5-19.5t-17.5-43.5v-143q0-28 20-46 18-18 44-18h3q262 13 501.5 120t425.5 294q187 186 294 425.5t120 501.5z"/></svg>Atom</a> |
<a href="/rss.xml"> <svg class="feed" width="1em" height="1em" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M576 1344q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm512 123q2 28-17 48-18 21-47 21h-135q-25 0-43-16.5t-20-41.5q-22-229-184.5-391.5t-391.5-184.5q-25-2-41.5-20t-16.5-43v-135q0-29 21-47 17-17 43-17h5q160 13 306 80.5t259 181.5q114 113 181.5 259t80.5 306zm512 2q2 27-18 47-18 20-46 20h-143q-26 0-44.5-17.5t-19.5-42.5q-12-215-101-408.5t-231.5-336-336-231.5-408.5-102q-25-1-42.5-19.5t-17.5-43.5v-143q0-28 20-46 18-18 44-18h3q262 13 501.5 120t425.5 294q187 186 294 425.5t120 501.5z"/></svg>RSS</a>
</li>
<li>
Site proudly generated by
<a href="http://jaspervdj.be/hakyll" target="_blank" rel="noopener noreferrer">Hakyll</a>
</li>
<li>
<a href="/imprint.html">Impressum / Datenschutz</a>
</li>
</ul>
</body>
</html>