added 'referer' to 'head' partial to make formspree work properly

This commit is contained in:
Adam Ormsby 2019-10-29 21:53:00 +07:00
parent 588036687e
commit b03f844e1c

View File

@ -3,6 +3,7 @@
<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 -->