gabrielgio.me @ 7fd8f1f2f825bba236e0499cadc3a0ee623b6d47

 1<footer>
 2	<div class="bottom-nav">
 3		<nav>
 4			<ul>
 5				<li><a href="/privacy/">privacy</a></li>
 6				<li><a href="https://git.sr.ht/~gabrielgio/">sr.ht</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>