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

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek R <vividvilla@gmail.com>2019-04-20 11:42:08 +0300
committerVivek R <vividvilla@gmail.com>2019-04-20 11:42:08 +0300
commit6b00ac4d91413ed0d50a988e9fdd976646a56f8f (patch)
tree3c2a57c6f404b47a533e684ab1bbd29fd703476c /exampleSite
parent7d249c573faec701e7368fcf3bfe0c531af70fc8 (diff)
feat: add rss link to header
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index e8c5c5c..eeea110 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -49,5 +49,10 @@ name = "Twitter"
icon = "twitter"
url = "https://twitter.com/gohugoio"
+[[params.social]]
+name = "RSS"
+icon = "rss"
+url = "/index.xml"
+
[taxonomies]
tag = "tags"