Add OpenGraph Headers (#333)

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
Emruz Hossain
2021-05-30 18:32:00 +06:00
committed by GitHub
parent d9df1053e1
commit 4a0aa4758a
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
<title>{{ .Page.Title }}</title>
<!------ ADD COMMON HEADERS -------->
{{- partial "header.html" . -}}
{{ template "_internal/opengraph.html" . }}
<!------ ADD PAGE SPECIFIC HEADERS ------->
{{ block "header" . }} {{ end }}