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 (638B)


      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 {{ $title := print .Site.Title " | " .Title -}}
      5 {{ if .IsHome }}{{ $title = .Site.Title }}{{ end -}}
      6 <meta property="og:title" content="{{ $title }}" />
      7 <meta property="og:type" content="website" />
      8 <meta property="og:url" content="{{ .Permalink }}" />
      9 {{ with .Site.Params.card -}}
     10 <meta property="og:image" content="{{ absURL . }}" />
     11 {{ end -}}
     12 <meta property="og:description" content="{{ .Params.Description }}">