1<footer>
2 <div class="bottom-nav">
3 <nav>
4 <ul>
5
6
7 <li><a href="/privacy/">privacy</a></li>
8 <li><a
9 class="brand-icon"
10 target="_blank"
11 href="/index.xml">
12 <i class="fa fa-rss" aria-hidden="true"></i>
13 </a>
14 </li>
15 </ul>
16 </nav>
17 </div>
18
19 {{ if eq .IsPage true }}
20 {{ if (or (eq .Section "posts") (eq .Section "logs")) }}
21 {{ partial "comments.html" }}
22 {{ end }}
23 {{ end }}
24</footer>