theread.me/_layouts/post.html

30 lines
829 B
HTML
Raw Normal View History

2015-03-29 10:44:53 +04:30
---
layout: default
---
2018-04-27 18:12:01 +04:30
<div class='post lang-{% if page.lang %}{{ page.lang }}{% else %}en{% endif %}'>
2015-03-29 10:44:53 +04:30
<div class="post-header">
2022-06-17 13:40:07 +01:00
<h1 class="post-title">{{ page.title | markdownify }}</h1>
2021-10-30 13:03:40 +01:00
{% if page.subtitle %}
<h2 class="post-subtitle">{{ page.subtitle | markdownify }}</h1>
2021-10-30 13:03:40 +01:00
{% endif %}
2017-02-23 16:08:14 +03:30
<p class="post-meta">
<span>{{ page.date | date: "%b %-d, %Y" }}</span>
{% if page.meta %} • <span>{{ page.meta }}</span>{% endif %}
<span>Reading time: {{ content | reading_time }}</span>
2022-07-27 09:48:57 +01:00
<span><a href="/raw{{ page.url }}">raw</a></span>
2017-02-23 16:08:14 +03:30
</p>
2015-03-29 10:44:53 +04:30
</div>
<article class="post-content">
{{ content }}
</article>
2021-11-06 21:56:30 +00:00
<div id="commento"></div>
<script defer
2023-12-06 18:15:32 +00:00
src="//commento.theread.me/js/commento.js">
2021-11-06 21:56:30 +00:00
</script>
2015-07-31 10:21:07 +04:30
<script src="/js/heading-links.js"></script>
2015-03-29 10:44:53 +04:30
</div>