Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/forestryio/hugo-theme-novela.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Taillandier <frank@forestry.io>2020-03-28 12:19:43 +0300
committerGitHub <noreply@github.com>2020-03-28 12:19:43 +0300
commit0c1c6cd137830d01bd6c14d63696fe7941131e57 (patch)
tree723cc1408cf8a89444e21904318ccf2cb01d42ea
parent93b4dc54f57fd593452f0549840dbf2c2ac8d05d (diff)
fix: SEO images on the homepage
-rw-r--r--exampleSite/content/_index.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index 61c73e4..f4c461c 100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -2,4 +2,6 @@
hero:
heading: Welcome to Novela, the simplest way to start publishing with Hugo.
maxWidthPX: 652
+seo:
+ image: /images/hero-2.jpg
---