mirror of https://github.com/onweru/compose.git

weru
12.33.2021 0cfdc6ed6251a98792fc5bc8a3828a0b1479605f
layouts/partials/head.html
@@ -23,6 +23,12 @@
<link rel="stylesheet" href="{{ $styles.Permalink }}" integrity="{{ $styles.Data.Integrity }}">
{{- $sp := .Site.Params }}
{{- with $sp.customCSS }}
  {{- range . -}}
  <link rel="stylesheet" href="{{ . }}">
  {{- end }}
{{- end }}
{{ with $sp.metaThemeColor }}
  <meta name="theme-color" content="{{.}}">
{{ end }}
@@ -33,4 +39,5 @@
  <meta name="description" content="{{ .Summary | plainify }}">
{{ else if .Site.Params.Description }}
  <meta name="descripion" content="{{.Site.Params.Description }}">
{{ end }}
{{ end }}
{{- partialCached "hooks/head" . }}