X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=layouts%2Fpartials%2Fhead.html;fp=layouts%2Fpartials%2Fhead.html;h=1444f5ddcef85fd76d45b32e2ccb138bc150a3fd;hb=213775dddc11bf89506c563df2ead19098d80e08;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=f19416b06bd2cca27cf459a9bdbad81f3180a686;p=theme-danix.xyz.git diff --git a/layouts/partials/head.html b/layouts/partials/head.html index e69de29..1444f5d 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -0,0 +1,24 @@ + + + + + + + {{ partial "funcs/favicon.html" . }} + + + {{ with .OutputFormats.Get "rss" -}} + {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} + {{ end -}} + + {{ $title := print .Site.Title " ⋇ " .Title }} + {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} + {{ $title }} + + {{ template "_internal/opengraph.html" . }} + {{ template "_internal/schema.html" . }} + {{ template "_internal/twitter_cards.html" . }} + + {{- partial "head-addition.html" . -}} + +