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