{{ .Site.Title }} is an open source project that anyone in the community can use, improve, and enjoy. We'd love you to join us! Here's a few ways to find out what's happening and get involved. -
-Was this page helpful?
- - -- {{ .yes | safeHTML }} -
-- {{ .no | safeHTML }} -
- diff --git a/layouts/partials/head-css.html b/layouts/partials/head-css.html deleted file mode 100644 index cfd086267dd..00000000000 --- a/layouts/partials/head-css.html +++ /dev/null @@ -1,19 +0,0 @@ - -{{ $scssMain := "scss/main.scss"}} -{{ if .Site.IsServer }} -{{/* Note the missing postCSS. This makes it snappier to develop in Chrome, but makes it look sub-optimal in other browsers. */}} -{{ $css := resources.Get $scssMain | toCSS (dict "enableSourceMap" true) }} - -{{ else }} -{{ $css := resources.Get $scssMain | toCSS (dict "enableSourceMap" false) | postCSS | minify | fingerprint }} - - -{{ end }} - - - -{{ with .Site.Params.prism_syntax_highlighting }} - - -{{ end }} - \ No newline at end of file diff --git a/layouts/partials/head.html b/layouts/partials/head.html deleted file mode 100644 index 97505bfd05d..00000000000 --- a/layouts/partials/head.html +++ /dev/null @@ -1,50 +0,0 @@ - - -{{ hugo.Generator }} -{{ range .AlternativeOutputFormats -}} - -{{ end -}} -{{ if (eq .Page.Section "docs") }} - -{{ else }} - -{{ end }} - -{{ partialCached "favicons.html" . }} -