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:
authorweru <fromweru@gmail.com>2022-02-11 15:16:44 +0300
committerweru <fromweru@gmail.com>2022-02-11 15:16:44 +0300
commit6e9e7f8a2a59d01304dd1aae65b67bfb1fc981a8 (patch)
treecdfcbff9fe378b3f1739f07fd9ab3c1d747b5fb2 /exampleSite
parent9d2cf5f17453234c463c38d091dee8e379413e2d (diff)
feat(seo): add keywords meta tag #258
Signed-off-by: weru <fromweru@gmail.com>
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/_index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index 1fe2384..97ffa52 100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -1,4 +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 description here. will be use for home page content meta tags (seo).
+keywords = ["design", "clarity","hugo theme"]
+++