Skip to content

Commit

Permalink
Renaming theme
Browse files Browse the repository at this point in the history
  • Loading branch information
lhenze committed Sep 25, 2020
1 parent 4a924ce commit d1e164a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/style.scss
Original file line number Diff line number Diff line change
@@ -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";
Expand All @@ -20,4 +20,4 @@
/* Import site-specific styles */
/* ========================================================================== */

@import "site-specific";
@import "site-specific";
2 changes: 1 addition & 1 deletion layouts/partials/head-html.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta name="description" content="{{ . }}">{{- end }}
{{- with .Site.Params.author }}
<meta name="author" content="{{ . }}">{{ 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 -}}
<link rel="stylesheet" href="{{ $fingerprintedstyle.RelPermalink }}" integrity="{{ $fingerprintedstyle.Data.Integrity }}">
Expand Down

0 comments on commit d1e164a

Please sign in to comment.