bulma/docs/_layouts/post.html

27 lines
591 B
HTML
Raw Normal View History

---
layout: default
route: blog
---
{% include blog-hero.html %}
<section class="section">
<div class="container">
<article class="article {{ page.category | downcase }}{% if page.recommended == true %} recommended{% endif %}">
<p class="subtitle">
2016-10-16 18:15:56 +00:00
<a href="{{ site.url }}/blog">Back</a>
</p>
<p class="subtitle is-4">
{{ page.date | date_to_string }}
</p>
<h1 class="title is-2">
{{ page.title }}
</h1>
2017-03-13 12:05:02 +00:00
<hr>
<div class="content is-medium">
{{ content }}
</div>
</article>
</div>
</section>