fix palettes

This commit is contained in:
Cory LaViska
2025-06-17 14:11:43 -04:00
parent 17ac3bfde2
commit 1a9e855f64

View File

@@ -20,7 +20,7 @@ layout: false
<!-- Available palettes -->
{% for palette in themer.palettes %}
<link rel="stylesheet" href="/dist/styles/color/{{palette.filename}}" />
<link rel="stylesheet" href="/dist/styles/color/palettes/{{palette.filename}}" />
{% endfor %}
<!-- Set the initial theme and color scheme based on ?theme and ?color-scheme -->