| | |
| | | <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 }} |
| | |
| | | <meta name="description" content="{{ .Summary | plainify }}"> |
| | | {{ else if .Site.Params.Description }} |
| | | <meta name="descripion" content="{{.Site.Params.Description }}"> |
| | | {{ end }} |
| | | {{ end }} |
| | | {{- partialCached "hooks/head" . }} |