2021-10-10 18:32:41 +00:00
|
|
|
---
|
2021-10-11 00:35:20 +00:00
|
|
|
layout: base
|
2021-10-10 18:32:41 +00:00
|
|
|
---
|
|
|
|
|
2021-10-12 17:02:26 +00:00
|
|
|
<section class="panel panel-box info">
|
|
|
|
<div class="panel info-date">
|
2021-10-11 00:35:20 +00:00
|
|
|
<time>
|
|
|
|
{{ page.date }}
|
|
|
|
</time>
|
|
|
|
</div>
|
2021-10-12 17:02:26 +00:00
|
|
|
<div class="info-tags">
|
2021-10-11 00:35:20 +00:00
|
|
|
{% for tag in page.tags %}
|
|
|
|
{% include tag.html %}
|
|
|
|
{% endfor %}
|
|
|
|
</div>
|
|
|
|
</section>
|
2021-10-10 18:32:41 +00:00
|
|
|
|
2021-10-11 00:35:20 +00:00
|
|
|
<section class="panel panel-box">
|
|
|
|
<h2>
|
|
|
|
<a href="{{ page.url }}">
|
|
|
|
{{ page.title }}
|
|
|
|
</a>
|
|
|
|
</h2>
|
|
|
|
{{ content }}
|
|
|
|
</section>
|