diff options
author | Jan Raasch <425211+janraasch@users.noreply.github.com> | 2024-02-20 11:57:49 +0100 |
---|---|---|
committer | Jan Raasch <425211+janraasch@users.noreply.github.com> | 2024-02-20 11:57:49 +0100 |
commit | ea7bb396cc8c6ca8213f626fc0744a391f76f716 (patch) | |
tree | 6837a7c8f6ab74524e4ec1df1366a6df9f59f8c3 | |
parent | a7819218f7d81936398527058f0cbf52bf086fc4 (diff) | |
download | hugo-bearcub-ea7bb396cc8c6ca8213f626fc0744a391f76f716.tar.gz hugo-bearcub-ea7bb396cc8c6ca8213f626fc0744a391f76f716.tar.bz2 |
Fill `og:title` on home page
See #84
-rw-r--r-- | exampleSite/content/_index.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md index 6866b81..a6ae4c7 100644 --- a/exampleSite/content/_index.md +++ b/exampleSite/content/_index.md @@ -1,3 +1,10 @@ ++++ +# This title is used as the og:title on Hugo's internal +# opengraph structured data template on the home page. +# See https://ogp.me/ and https://gohugo.io/templates/internal#open-graph. +title = "Hugo ʕ•ᴥ•ʔ Bear" ++++ + # A match made in heaven There is a website obesity crisis. Bloated websites full of scripts, ads, and trackers are slowing your readers down every time they try to read your well-crafted content. |