Fixed invalid permalink transition

This commit is contained in:
squidfunk
2020-04-13 19:58:44 +02:00
parent a7df66aff1
commit 02dd77f307
5 changed files with 7 additions and 7 deletions

View File

@@ -41,7 +41,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.d35c4a9f.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.d890a8da.min.css' | url }}">
{% if palette.primary or palette.accent %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.fdbf4049.min.css' | url }}">
{% endif %}