mirror of
https://github.com/Steffo99/bluelib.git
synced 2025-01-09 19:59:49 +00:00
25 lines
470 B
HTML
25 lines
470 B
HTML
---
|
|
layout: base
|
|
---
|
|
|
|
<section class="panel panel-box page-info">
|
|
<div class="panel page-date">
|
|
<time>
|
|
{{ page.date }}
|
|
</time>
|
|
</div>
|
|
<div class="page-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>
|