gabrielgio.me @ cf7c6a797a5e7aad65583419fb23705a137c46b9

 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>