site

personal website, served at mordaunt.dev/site
Log | Files | Refs

head.html (554B)


      1 {{ partial "head/meta-tags.html" . }}
      2 
      3 {{ if .Params.canonicalUrl }}
      4 <link rel="canonical" href="{{ .Params.canonicalUrl }}">
      5 {{ else }}
      6 <link rel="canonical" href="{{ .Permalink }}">
      7 {{ end }}
      8 
      9 {{ partialCached "head/theme-styles.html" . }}
     10 
     11 {{ partialCached "head/color-scheme.html" . }}
     12 
     13 {{ partialCached "head/custom-styles.html" . }}
     14 
     15 {{ partialCached "head/custom-icons.html" . }}
     16 
     17 {{ partial "head/alternative-output-formats.html" . }}
     18 
     19 {{ if .IsHome }}{{ partial "head/hugo-generator.html" . }}{{ end }}
     20 
     21 
     22 
     23 {{ partial "head/extensions.html" . }}