theread.me/_layouts/post.html

27 lines
697 B
HTML
Raw Normal View History

2015-03-29 06:14:53 +00:00
---
layout: default
---
2018-04-27 13:42:01 +00:00
<div class='post lang-{% if page.lang %}{{ page.lang }}{% else %}en{% endif %}'>
2015-03-29 06:14:53 +00:00
<div class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
2021-10-30 12:03:40 +00:00
{% if page.subtitle %}
<h2 class="post-subtitle">{{ page.subtitle }}</h1>
{% endif %}
2017-02-23 12:38:14 +00:00
<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 06:14:53 +00:00
</div>
<article class="post-content">
{{ content }}
</article>
2015-04-12 16:30:11 +00:00
{% include share.html %}
2015-03-29 06:14:53 +00:00
<div id="disqus_thread"></div>
2015-07-31 05:51:07 +00:00
<script src="/js/heading-links.js"></script>
2015-03-29 06:14:53 +00:00
</div>