theread.me/_layouts/post.html
2017-10-21 09:42:32 +03:30

25 lines
660 B
HTML

---
layout: default
---
<div class="post">
<div class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
<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>
{% if page.author %} • <span><a href='{{ site.authors[page.author].url }}'>{{ page.author }}</a></span>{% endif %}
</p>
</div>
<article class="post-content">
{{ content }}
</article>
{% include share.html %}
<div id="disqus_thread"></div>
<script src="/js/heading-links.js"></script>
</div>