diff options
-rw-r--r-- | exampleSite/config.toml | 2 | ||||
-rw-r--r-- | layouts/partials/sidebar.html | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 76f5131..9238c31 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -4,7 +4,7 @@ theme = "fuji" hasCJKLanguage = true enableEmoji = true enableRobotsTXT = true -disableKinds = ["RSS", "taxonomyTerm"] +disableKinds = ["taxonomyTerm"] ## Change this two to switch between different language ## Now support: en, zh-hans, zh-hant, ja, nl diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index aa375f4..3a83ba5 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -15,6 +15,9 @@ <a href="{{ .URL }}">{{ .Name }}</a> </li> {{ end }} + <li> + <a href="/index.xml" target="_blank">RSS</a> + </li> </ul> </div> <!-- tags --> |