mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-07-02 18:17:30 -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="{{ . }}">
|
||||
{{ end }}
|
||||
|
||||
{{ with .Site.Params.title }}
|
||||
{{ with .Site.Title }}
|
||||
<meta property="og:site_name" content="{{ . }}">
|
||||
{{ end }}
|
||||
|
||||
|
Reference in New Issue
Block a user