feat: updated

This commit is contained in:
2023-04-09 12:27:51 +02:00
parent 201fcdb0eb
commit a0c5f8facf
6 changed files with 117 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{% macro list_posts(pages) %}
<ul>
<ul class="space-y-6">
{%- for page in pages %}
<section class="list-item">
<h1 class="title text-peach">
@@ -34,3 +34,7 @@
{% endfor -%}
</ul>
{% endmacro list_posts %}
{% macro styles() %}
<link rel="stylesheet" href="{{ get_url(path="styles/styles.css") | safe }}" />
{% endmacro styles %}