From d1e164a51234feb75d09a60b51cf4a18ff3b4dbe Mon Sep 17 00:00:00 2001 From: "L. Henze" Date: Fri, 25 Sep 2020 13:51:02 -0400 Subject: [PATCH] Renaming theme --- assets/style.scss | 4 ++-- layouts/partials/head-html.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/style.scss b/assets/style.scss index 8e533c0..aaf38a3 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -1,5 +1,5 @@ /* ========================================================================== */ -/* Parent styles: dlts-books-base */ +/* Parent styles: serials-hugo-basetheme */ /* Pathing is defined in header.html, passed as a value to key "includePaths" /* ========================================================================== */ @import "./variables"; @@ -20,4 +20,4 @@ /* Import site-specific styles */ /* ========================================================================== */ -@import "site-specific"; \ No newline at end of file +@import "site-specific"; diff --git a/layouts/partials/head-html.html b/layouts/partials/head-html.html index 2ef59ee..e77befb 100644 --- a/layouts/partials/head-html.html +++ b/layouts/partials/head-html.html @@ -13,7 +13,7 @@ {{- end }} {{- with .Site.Params.author }} {{ end }} -{{- $options := (dict "targetPath" "/css/style.css" "outputStyle" .Site.Params.sassOutputFormat "enableSourceMap" .Site.Params.enableSourceMap "includePaths" (slice "themes/dlts-books-base/assets")) -}} +{{- $options := (dict "targetPath" "/css/style.css" "outputStyle" .Site.Params.sassOutputFormat "enableSourceMap" .Site.Params.enableSourceMap "includePaths" (slice "themes/serials-hugo-basetheme/assets")) -}} {{- $style := resources.Get "style.scss" | resources.ToCSS $options -}} {{- $fingerprintedstyle := $style | resources.Fingerprint -}}