www.eamoncaddigan.net

Content and configuration for https://www.eamoncaddigan.net
git clone https://git.eamoncaddigan.net/www.eamoncaddigan.net.git
Log | Files | Refs | Submodules | README

hook_head_end.html (770B)


      1 <link rel="stylesheet" type="text/css" href="{{relURL "css/extra.css"}}">
      2 {{ if .Params.katex }}{{ partial "katex.html" . }}{{ end -}}
      3 <link rel="alternate" type="application/rss+xml" href="{{relURL "posts/index.xml"}}">
      4 <link rel="human-json" href="{{relURL "human.json"}}">
      5 {{ $title := print .Site.Title " | " .Title -}}
      6 {{ if .IsHome }}{{ $title = .Site.Title }}{{ end -}}
      7 <meta property="og:title" content="{{ $title }}" />
      8 <meta property="og:type" content="website" />
      9 <meta property="og:url" content="{{ .Permalink }}" />
     10 {{ with .Site.Params.card -}}
     11 <meta property="og:image" content="{{ absURL . }}" />
     12 {{ end -}}
     13 <meta property="og:description" content="{{ .Params.Description }}" />
     14 <meta name="fediverse:creator" content="{{ .Site.Params.fedi_handle }}" />