aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/head.html
blob: 73308f462e29637371cdeab1a4bfa7a2bc660328 (plain)
1
2
3
4
5
6
7
8
9
<head>
  <title>{{ .Title }}</title>
  {{ with resources.Get "css/main.css" }}
    <link rel="stylesheet" href="{{ .RelPermalink }}">
  {{ end }}
  {{- template "_internal/opengraph.html" . -}}
  {{- template "_internal/schema.html" . -}}
  {{- template "_internal/twitter_cards.html" . -}}
</head>