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