Skip to content

Commit

Permalink
fix wrong css filename
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Apr 17, 2024
1 parent d501dbf commit 574fee4
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.bcfcd587.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.66ac8b77.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 574fee4

Please sign in to comment.