revises layouts

This commit is contained in:
Huy Tran 2018-07-21 17:08:41 +10:00
parent aabdea8e07
commit bb990c4380
10 changed files with 30 additions and 134 deletions

View file

@ -14,5 +14,5 @@
<title>{{ $.Scratch.Get "theTitle" }}</title>
{{ with .Site.Params.meta.description -}}<meta name="description" content="{{ . }}">{{- end }}
{{ with .Site.Params.meta.keywords -}}<meta name="keywords" content="{{.}}">{{- end }}
{{ partial "header/twitter_cards.html" . }}
{{ partial "header/opengraph.html" . }}
{{ template "_internal/twitter_cards.html" . }}
{{ template "_internal/opengraph.html" . }}