feat: use styles absolute
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-31 12:18:20 +02:00
parent f35fbe21c2
commit 61e98064f6

View File

@@ -36,5 +36,5 @@
{% endmacro list_posts %}
{% macro styles() %}
<link rel="stylesheet" href="{{ get_url(path="styles/styles.css") | safe }}" />
<link rel="stylesheet" href="{{ get_url(path="/styles/styles.css") | safe }}" />
{% endmacro styles %}