mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 19:44:21 +00:00
25 lines
465 B
HTML
25 lines
465 B
HTML
---
|
|
layout: base
|
|
---
|
|
|
|
<section class="panel panel-box info">
|
|
<div class="panel info-date">
|
|
<time>
|
|
{{ page.date }}
|
|
</time>
|
|
</div>
|
|
<div class="info-tags">
|
|
{% for tag in page.tags %}
|
|
{% include tag.html %}
|
|
{% endfor %}
|
|
</div>
|
|
</section>
|
|
|
|
<section class="panel panel-box">
|
|
<h2>
|
|
<a href="{{ page.url }}">
|
|
{{ page.title }}
|
|
</a>
|
|
</h2>
|
|
{{ content }}
|
|
</section>
|