31 lines
799 B
HTML
31 lines
799 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 | markdownify }}</h1>
|
|
{% if page.subtitle %}
|
|
<h2 class="post-subtitle">{{ page.subtitle | markdownify }}</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="commento"></div>
|
|
<script defer
|
|
src="//commento.mahdi.blog/js/commento.js">
|
|
</script>
|
|
|
|
<script src="/js/heading-links.js"></script>
|
|
</div>
|