1<footer>
2 <div class="bottom-nav">
3 <nav>
4 <ul>
5 <li><a href="/privacy/">privacy</a></li>
6 <li><a href="https://gitlab.com/gabrielgio/gabrielgio">gitlab</a></li>
7 <li><a href="/index.xml">rss</a></li>
8 </ul>
9 </nav>
10 </div>
11
12 {{ if eq .IsPage true }}
13 {{ if (or (eq .Section "posts") (eq .Section "logs")) }}
14 {{ partial "comments.html" }}
15 {{ end }}
16 {{ end }}
17</footer>