theread.me/_layouts/post.html

31 lines
799 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>
</p>
2015-03-29 10:44:53 +04:30
</div>
<article class="post-content">
{{ content }}
</article>
2015-04-12 21:00:11 +04:30
{% include share.html %}
2021-11-06 21:56:30 +00:00
<div id="commento"></div>
<script defer
src="//commento.mahdi.blog/js/commento.js">
</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>