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

github.com/amzrk2/hugo-theme-fuji.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoramzrk2 <amzrk2@outlook.com>2020-06-17 14:05:54 +0300
committeramzrk2 <amzrk2@outlook.com>2020-06-17 14:05:54 +0300
commitdfd5ecf0c2326147656a2306654175ca061e228e (patch)
tree7e83b5a312fb03a61757dd14091b58faaa311fad /layouts
parent05dcb6fec60a71e7d88d86e6d1a0189abc01a9e7 (diff)
Move RSS link to config.toml
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/sidebar.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index 7ead0e2..a730c0b 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -15,9 +15,6 @@
<a href="{{ .URL }}">{{ .Name }}</a>
</li>
{{ end }}
- <li>
- <a href="{{ "/index.xml" | relURL }}" target="_blank">RSS</a>
- </li>
</ul>
</div>
<!-- tags -->