Don't automatically add RSS hyperlink.
This commit is contained in:
parent
7b4b21ebc6
commit
3ae78f860f
@ -28,6 +28,10 @@ the
|
||||
[archive](https://schlomp.space/tastytea/hugo-theme-nocolor/archive/main.tar.gz)
|
||||
into `themes/nocolor`.
|
||||
|
||||
### Breaking changes:
|
||||
|
||||
- 2021-09-25: Don't automatically add RSS hyperlink.
|
||||
|
||||
## Configuration & Modification
|
||||
|
||||
Please take a look at the [configuration example for
|
||||
|
@ -13,11 +13,6 @@
|
||||
</li>
|
||||
{{ with .Post }}{{ . }}{{ end }}
|
||||
{{- end }}
|
||||
{{- with .Site.Home.OutputFormats.Get "RSS" }}
|
||||
<li>
|
||||
<a href="{{ .RelPermalink }}">RSS</a>
|
||||
</li>
|
||||
{{- end }}
|
||||
</ul>
|
||||
</nav>
|
||||
{{- with .Site.Copyright }}
|
||||
|
Reference in New Issue
Block a user