android_mt6572_jiabo/lineage/website/_layouts/post.html
2025-09-05 16:56:03 +08:00

23 lines
478 B
HTML

---
layout: default
---
<article class="post">
<div class="jumbotron">
<div class="container">
<h1>{{ page.title }}</h1>
<h6>Written on {{ page.date | date: "%B %e, %Y" }} {% if page.author %} by {{ page.author }} {% endif %}</h6>
{% if page.modified %}<h6>Last modified on {{ page.modified | date: "%B %e, %Y" }}</h6>{% endif %}
</div>
</div>
<div class="container post">
{{ content }}
</div>
{% include disqus.html %}
</article>