Add: templates: twitter-card (#732)
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
parent
e5fcc95e8b
commit
b498330793
2 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<!------ ADD COMMON HEADERS -------->
|
||||
{{- partial "header.html" . -}}
|
||||
{{ template "_internal/opengraph.html" . }}
|
||||
|
||||
{{ template "_internal/twitter_cards.html" . }}
|
||||
<!------ ADD PAGE SPECIFIC HEADERS ------->
|
||||
{{ block "header" . }} {{ end }}
|
||||
|
||||
|
|
|
@ -10,3 +10,5 @@
|
|||
<meta property="og:description" content="{{ $description }}"/>
|
||||
<meta property="og:image" content="{{ $image | relURL }}">
|
||||
<meta property="og:url" content="{{ $url }}">
|
||||
|
||||
{{ template "_internal/twitter_cards.html" . }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue