Skip to content

Commit

Permalink
themes/beastie/layouts/partials/site-head.html: Fix a typo
Browse files Browse the repository at this point in the history
s/css.Saas/css.Sass/ this should unbreak offline build.
  • Loading branch information
Marc Fonvieille authored and Marc Fonvieille committed Dec 16, 2024
1 parent 43ac80d commit c5f0803
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{{ else }}
<link rel="shortcut icon" href="/favicon.ico">

{{- $styles := resources.Get "styles/main.scss" | css.Saas | resources.Minify }}
{{- $styles := resources.Get "styles/main.scss" | css.Sass | resources.Minify }}
<link rel="stylesheet" href="{{ $styles.RelPermalink }}">
<link rel="stylesheet" href="/css/font-awesome-min.css">

Expand Down

0 comments on commit c5f0803

Please sign in to comment.