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

github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Boothe <git@rootwork.org>2022-04-09 00:21:25 +0300
committerIvan Boothe <git@rootwork.org>2022-04-09 00:21:25 +0300
commit8824b8f7534da071ba0681481b36f0ca369af1f7 (patch)
tree2d9fd0c01b1308165f95c7aaeaace4c26d5e361e /exampleSite
parent075d4ca46ed9c07ccbb14710629f63765b41644a (diff)
fix syntax error
Signed-off-by: Ivan Boothe <git@rootwork.org>
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/_index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index e3bb696..6141884 100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -1,5 +1,5 @@
+++
author = "Hugo Authors"
description = "A theme based on VMware's Clarity Design System for publishing technical blogs with Hugo." # Set your site's meta tag (SEO) description here. This overrides any description set in your site configuration.
-keywords = ["design", "clarity", "hugo theme"] Set your site's meta tag (SEO) keywords here. These override any keywords set in your site configuration.
+keywords = ["design", "clarity", "hugo theme"] # Set your site's meta tag (SEO) keywords here. These override any keywords set in your site configuration.
+++