mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
5 hours ago 918148e0d10f438b26d4893a69fde4bb713e81c0
fix: rename theme styles from main.css to theme.css
1 files modified
2 ■■■ changed files
layouts/_partials/site-style.html 2 ●●● patch | view | raw | blame | history
layouts/_partials/site-style.html
@@ -91,7 +91,7 @@
{{/* Build, optionally minify, and fingerprint the concatenated CSS bundle. */}}
{{- with $assets_to_concat -}}
  {{- $style := . | resources.Concat "ananke/css/main.css" -}}
  {{- $style := . | resources.Concat "ananke/css/theme.css" -}}
  {{- $build_options := dict
    "minify" (cond hugo.IsDevelopment false true)
    "sourceMap" (cond hugo.IsDevelopment "linked" "none")