Simplified rss feed handling by directing directly to the blog section
This commit is contained in:
parent
0457e2249a
commit
da9e4060c3
3 changed files with 3 additions and 3 deletions
|
@ -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 -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue