nek0.eu/templates/post.html

35 lines
1.7 KiB
HTML
Raw Permalink Normal View History

2016-03-01 07:03:27 +00:00
<div class="info">
2019-09-24 03:07:49 +00:00
Posted on <time itemprop="datePublished dateModified" datetime="$datetime$">$date$</time>
2019-09-24 02:38:11 +00:00
$if(author)$
by <span itemprop="publisher author" itemscope itemtype="http://schema.org/Person">
<span itemprop="name ">$author$</span>
</span>
$endif$
$if(tags)$
2019-09-24 03:07:49 +00:00
in <span itemprop="keywords">$tags$</span>
2019-09-24 02:38:11 +00:00
$endif$
2016-03-01 07:03:27 +00:00
</div>
2019-09-24 02:38:11 +00:00
<div itemprop="articleBody">
$body$
</div>
2016-03-01 07:03:27 +00:00
2021-05-14 16:59:26 +00:00
<!--<a class="liberapay" href="https://liberapay.com/nek0/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a>-->
2016-05-09 20:09:13 +00:00
2016-03-01 07:03:27 +00:00
<div class="pagination">
2019-09-24 02:38:11 +00:00
$if(previousPageNum)$
<a rel="prev" class="left" href="$previousPageUrl$"><svg width="1em" height="1em" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1664 896v128q0 53-32.5 90.5t-84.5 37.5h-704l293 294q38 36 38 90t-38 90l-75 76q-37 37-90 37-52 0-91-37l-651-652q-37-37-37-90 0-52 37-91l651-650q38-38 91-38 52 0 90 38l75 74q38 38 38 91t-38 91l-293 293h704q52 0 84.5 37.5t32.5 90.5z"/></svg>previous post</a>
$endif$
$if(nextPageNum)$
<a rel="next" class="right" href="$nextPageUrl$">next post<svg width="1em" height="1em" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1600 960q0 54-37 91l-651 651q-39 37-91 37-51 0-90-37l-75-75q-38-38-38-91t38-91l293-293h-704q-52 0-84.5-37.5t-32.5-90.5v-128q0-53 32.5-90.5t84.5-37.5h704l-293-294q-38-36-38-90t38-90l75-75q38-38 90-38 53 0 91 38l651 651q37 35 37 90z"/></svg></a>
$endif$
2016-03-01 07:03:27 +00:00
</div>
2023-04-10 07:54:53 +00:00
<div class="tags">
2023-04-11 13:47:08 +00:00
Tags:
2023-04-10 20:11:09 +00:00
$tagCloud$
2023-04-10 07:54:53 +00:00
</div>
2019-01-20 13:47:48 +00:00
<!--<object id="yacs" seamless data="https://yacs.nek0.eu/comments/$enctitle$"><p>If you see this, something is wrong</p></object>
<script src="https://yacs.nek0.eu/static/js/yacs.js"></script>-->