gabrielgio.me @ c46f9798ffd33434de8bba46d9f597ed5a70caf5

 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>