Moved RSS feeds to the footer
This commit is contained in:
parent
ac62a54acd
commit
2a4a3b2be9
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<footer>
|
||||
<p>
|
||||
© 2009 - {{ now.Year }} | Julien (Adyxax) Dessaux | <a href="https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12" title="EUPL 1.2">Some rights reserved</a>
|
||||
© 2009 - {{ now.Year }} | Julien (Adyxax) Dessaux | <a href="https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12" title="EUPL 1.2">Some rights reserved</a> | <a href="/blog/index.xml">RSS</a>
|
||||
</p>
|
||||
</footer>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
<nav>
|
||||
<ul>
|
||||
<li class="nav-menu-title"><a href="/">{{ .Site.Title }}</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
Reference in a new issue