Skip to content

Commit

Permalink
Remove site.scss reference
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzBischof committed Apr 29, 2024
1 parent 3507f61 commit 33eef87
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions layouts/partials/hooks/head-end.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{{ $options := dict "enableSourceMap" .Site.IsServer }}

{{ $siteCSS := resources.Get "scss/site.scss" | toCSS $options }}
{{ $playgroundCSS := resources.Get "scss/go-playground.scss" | toCSS $options }}
{{ $css := resources.Get "scss/go-playground.scss" | toCSS $options }}

<style>
a.godoc {
Expand All @@ -20,7 +19,6 @@
}
</style>

{{ $css := slice $siteCSS $playgroundCSS | resources.Concat "bundle.css" }}
{{ if not .Site.IsServer }}
{{ $css = $css | postCSS | minify }}
{{ end }}
Expand Down

0 comments on commit 33eef87

Please sign in to comment.