twitter: add twitter cards

This commit is contained in:
Marcin Mierzejewski 2020-05-03 13:51:54 +02:00
parent 512902121b
commit 3184aed8b5
2 changed files with 20 additions and 1 deletions

View file

@ -23,7 +23,7 @@
{{ printf `<link href="%s" rel="%s" type="%s" title="%s" />` .Permalink .Rel .MediaType.Type $.Site.Title | safeHTML }}
{{ end }}
{{- partial "opengraph.html" . -}}
{{ template "_internal/twitter_cards.html" . }}
{{- partial "twitter_cards.html" . -}}
{{ template "_internal/google_analytics.html" . }}
</head>
<body class="terminal">