Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/knadh/hugo-ink.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlija Eftimov <ieftimov@pm.me>2020-04-07 22:27:56 +0300
committerIlija Eftimov <ieftimov@pm.me>2020-04-07 22:27:56 +0300
commit17832c30525dfa333ee2950ffc6277a91ea7e6d2 (patch)
tree228183a2db21408a414e4716091c3a090a208eff
parent330c43d3279fa6495244fd78bfafc6ee2f406c07 (diff)
Include _internal/schema template to header
-rw-r--r--layouts/partials/header.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 7657d36..dde44f0 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -18,6 +18,7 @@
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
+ {{- template "_internal/schema.html" . -}}
{{- template "_internal/opengraph.html" . -}}
{{- template "_internal/twitter_cards.html" . -}}
<link href='https://fonts.googleapis.com/css?family=Playfair+Display:700' rel='stylesheet' type='text/css'>