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

github.com/gevhaz/hugo-theme-notrack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon <gevhaz@tutanota.com>2022-07-27 23:16:39 +0300
committerSimon Bengtsson <62712116+gevhaz@users.noreply.github.com>2022-07-27 23:19:26 +0300
commit3c91a56b85964dac421dd446299f50b8e3600996 (patch)
tree034ce7b22e0d39a6153937b8ac325718dc5d97ab
parent4829a52ad085b7ed407d4be008363a79a64e4739 (diff)
Use RSS in example site configHEADmaster
The RSS social link works a bit different from other social parameters so it's good to have it demonstrated and tested in the example site.
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index b7f942a..8196605 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -22,7 +22,7 @@ paginate = 4
linkedin = "example"
email = "example@example.com"
mastodon = "example"
- medium = "example"
+ rss = "rss won't use the value you give it so you can put anything here"
keybase = "example"
[taxonomies]