feat: add opengraph and microdata to pages
This commit is contained in:
parent
fb8887c2a5
commit
c5a8939224
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
baseURL: 'https://bcarlin.net/'
|
baseURL: 'https://bcarlin.net/'
|
||||||
languageCode: 'fr-FR'
|
languageCode: 'en_US'
|
||||||
title: 'Bruno Carlin'
|
title: 'Bruno Carlin'
|
||||||
theme: ['bcarlin']
|
theme: ['bcarlin']
|
||||||
uglyUrls: true
|
uglyUrls: true
|
||||||
|
|
|
@ -21,5 +21,9 @@
|
||||||
|
|
||||||
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
|
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
|
||||||
<meta name="description" content="{{ .Description }}">
|
<meta name="description" content="{{ .Description }}">
|
||||||
|
|
||||||
|
{{ template "_internal/opengraph.html" . }}
|
||||||
|
{{ template "_internal/schema.html" . }}
|
||||||
|
|
||||||
{{ partialCached "head/css.html" . }}
|
{{ partialCached "head/css.html" . }}
|
||||||
{{ partialCached "head/js.html" . }}
|
{{ partialCached "head/js.html" . }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue