diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-10 17:33:04 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-10 17:33:04 +0100 |
| commit | aa1719940bd8b431c45e365d4734819bf9fbe2a7 (patch) | |
| tree | 15939015cec24a116fbe86c862c80fa7f058c897 /templates/base | |
| parent | 579f6d07d0789718a600149e8154d1aa019a07f6 (diff) | |
fix(ceo): wrong site name
Diffstat (limited to 'templates/base')
| -rw-r--r-- | templates/base/opengraph.gohtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/opengraph.gohtml b/templates/base/opengraph.gohtml index 02dd51e..6f2dc4c 100644 --- a/templates/base/opengraph.gohtml +++ b/templates/base/opengraph.gohtml @@ -7,7 +7,7 @@ <meta property="og:image" content="https://{{.Domain}}{{ getStaticPath .Image}}" /> <meta property="og:description" content="{{.Description}}" /> <meta property="og:local" content="fr_FR" /> - <meta property="og:site_name" content="Architects Land" /> + <meta property="og:site_name" content="{{ .Title }}'s Now page" /> <!-- Twitter --> <meta name="twitter:card" content="summary_large_image" /> <meta property="twitter:domain" content="{{.Domain}}" /> |
