Simplified rss feed handling by directing directly to the blog section

This commit is contained in:
Julien Dessaux 2021-03-12 12:41:42 +01:00
parent 0457e2249a
commit da9e4060c3
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
<nav>
<ul>
<li class="nav-menu-title"><a href="/">{{ .Site.Title }}</a></li>
<li><a href="/index.xml">RSS</a></li>
<li><a href="/blog/index.xml">RSS</a></li>
<li><a href="/tags/">Tags</a></li>
{{- $p := . -}}
{{- range .Site.Menus.main.ByWeight -}}