pret
This commit is contained in:
parent
d860e3d987
commit
c8008a4f20
208 changed files with 8919 additions and 146 deletions
|
@ -1,8 +1,5 @@
|
|||
{{- $title := partialCached "data/title" . .RelPermalink -}}
|
||||
{{- $description := partialCached "data/description" . .RelPermalink -}}
|
||||
|
||||
<meta property='og:title' content='{{ $title }}'>
|
||||
<meta property='og:description' content='{{ $description }}'>
|
||||
<meta property='og:title' content='{{ if page.Title }}{{ page.Title }}{{ else }}{{ site.Title }}{{ end }}'>
|
||||
<meta property='og:description' content='{{ if page.Description }}{{ page.Description }}{{ else }}{{ site.Params.description }}{{ end }}'>
|
||||
<meta property='og:url' content='{{ .Permalink }}'>
|
||||
<meta property='og:site_name' content='{{ .Site.Title }}'>
|
||||
<meta property='og:type' content='
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue