gabrielgio.me @ 61d3d2541cf6b81ecb046b267a00cceaebc85b6f

 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 rel="me" href="https://fosstodon.org/@gabrielgio">mastodon</a></li>
 8				<li><a href="/index.xml">rss</a></li>
 9			</ul>
10		</nav>
11	</div>
12
13	{{ if eq .IsPage true }}
14		{{ if (or (eq .Section "posts") (eq .Section "logs")) }}
15			{{ partial "comments.html" }}
16		{{ end }}
17	{{ end }}
18</footer>