diff --git a/templates/partials/head.html b/templates/partials/head.html index 6a50474..7f1e648 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -4,7 +4,7 @@ - + {% include "partials/title.html" %} @@ -33,7 +33,7 @@ {%- endfor %} - + {%- if config.extra.goatcounter %} diff --git a/theme.toml b/theme.toml index 147bc61..cec3638 100644 --- a/theme.toml +++ b/theme.toml @@ -2,13 +2,9 @@ name = "Duckquill" description = "Modern, pretty, and clean theme" license = "MIT" homepage = "https://codeberg.org/daudix/duckquill" -min_version = "0.17.2" +min_version = "0.19.0" demo = "https://duckquill.daudix.one" -[extra] -primary_color = "#9a9996" -primary_color_alpha = "rgba(154, 153, 150, 0.2)" - [author] name = "David Lapshin" homepage = "https://daudix.one"