refactor(head/opengraph): split code into modules

This commit is contained in:
Jimmy Cai
2020-09-11 21:55:15 +02:00
parent 03f91c36b2
commit 5f7e818b92
5 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
{{ partial "head/style.html" . }}
{{ partial "head/script.html" . }}
{{ partial "head/opengraph.html" . }}
{{ partial "head/opengraph/include.html" . }}
{{ range .AlternativeOutputFormats -}}
<link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink | safeURL }}">