moved head bit for Formspree to prepended head file (proper place)

This commit is contained in:
Adam Ormsby 2019-11-02 17:32:57 +07:00
parent b03f844e1c
commit e5ff39d0de
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,6 @@
<meta name="description" content="{{ if .IsHome }}{{ $.Site.Params.Subtitle }}{{ else }}{{ .Summary | plainify }}{{ end }}"/>
<meta name="keywords" content="{{ with .Params.Keywords }}{{ delimit . ", " }}{{ else }}{{ $.Site.Params.Keywords }}{{ end }}"/>
<meta name="robots" content="noodp"/>
<meta name="referer" content="origin">
<link rel="canonical" href="{{ .Permalink }}" />
<!-- head custom -->

View File

@ -2,3 +2,4 @@
If you want to include any custom html at the beginning of </head> before scripts or links are declared,
put it in /layouts/partials/prepended_head.html. Do not put anything in this file - it's only here so that hugo won't throw an error if /layouts/partials/prepended_head.html doesn't exist.
-->
<meta name="referer" content="origin">