blog.nek0.eu/templates/default.html

69 lines
3.4 KiB
HTML
Raw Normal View History

2016-03-01 07:03:27 +00:00
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" 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
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-03-01 07:03:27 +00:00
2016-04-21 23:21:42 +00:00
<!-- favicon -->
2020-01-14 09:40:34 +00:00
<link rel="icon" type="image/x-icon" href="/images/nek0net_lynx.ico">
2016-04-21 23:21:42 +00:00
</head>
2019-10-13 08:10:56 +00:00
<body itemscope itemtype="https://schema.org/Blog">
2023-04-10 07:54:53 +00:00
<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" />
2016-04-21 23:21:42 +00:00
</div>
2023-04-10 07:54:53 +00:00
<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>
2019-10-13 08:10:56 +00:00
$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>
2023-04-10 07:54:53 +00:00
<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>
2016-04-21 23:21:42 +00:00
</body>
2016-03-01 07:03:27 +00:00
</html>