theread.me/_layouts/post.html
2021-11-06 21:56:59 +00:00

32 lines
804 B
HTML

---
layout: default
---
<div class='post lang-{% if page.lang %}{{ page.lang }}{% else %}en{% endif %}'>
<div class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
{% if page.subtitle %}
<h2 class="post-subtitle">{{ page.subtitle }}</h1>
{% endif %}
<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>
</div>
<article class="post-content">
{{ content }}
</article>
{% include share.html %}
<div id="disqus_thread"></div>
<div id="commento"></div>
<script defer
src="//commento.mahdi.blog/js/commento.js">
</script>
<script src="/js/heading-links.js"></script>
</div>