mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 19:44:21 +00:00
17 lines
396 B
HTML
17 lines
396 B
HTML
<section class="panel summary">
|
|
<div class="summary-title">
|
|
<a href="{{ post.url }}">
|
|
{{ post.title }}
|
|
</a>
|
|
</div>
|
|
<div class="summary-date">
|
|
<time>
|
|
{{ post.date }}
|
|
</time>
|
|
</div>
|
|
<div class="summary-tags">
|
|
{% for tag in post.tags %}
|
|
{% include tag.html %}
|
|
{% endfor %}
|
|
</div>
|
|
</section>
|