mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-07-03 10:37:29 -05:00
Fix website title not showing up in OpenGraph tags
I don't know how I never noticed this or how long it's been missing. Maybe it was never there?
This commit is contained in:
@ -33,7 +33,7 @@
|
|||||||
<meta property="og:locale" content="{{ . }}">
|
<meta property="og:locale" content="{{ . }}">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ with .Site.Params.title }}
|
{{ with .Site.Title }}
|
||||||
<meta property="og:site_name" content="{{ . }}">
|
<meta property="og:site_name" content="{{ . }}">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user