Skip to content

Commit

Permalink
frontpage: fix stylesheet path
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed May 14, 2024
1 parent d7227d5 commit 40dab1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/frontpage_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.66ac8b77.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.732c4fb1.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.06af60db.min.css' | url }}">
<meta name="theme-color" content="{{ primary }}">
{% endblock %}
Expand Down

0 comments on commit 40dab1f

Please sign in to comment.