gabrielgio.me @ 39745b50dd55e03b5c9a9e9e6ea7e1a86c5317d1

 1<footer>
 2	<div class="bottom-nav">
 3		<nav>
 4			<ul>
 5
 6
 7				<li><a href="/privacy/">privacy</a></li>
 8				<li><a
 9						 class="brand-icon"
10						 target="_blank"
11						 href="https://gitlab.com/gabrielgio/gabrielgio">
12					<i class="fab fa-gitlab" aria-hidden="true"></i>
13					</a>
14				</li>
15				<li><a
16						 class="brand-icon"
17						 target="_blank"
18						 href="/index.xml">
19					<i class="fa fa-rss" aria-hidden="true"></i>
20					</a>
21				</li>
22			</ul>
23		</nav>
24	</div>
25
26	{{ if eq .IsPage true }}
27		{{ if (or (eq .Section "posts") (eq .Section "logs")) }}
28			{{ partial "comments.html" }}
29		{{ end }}
30	{{ end }}
31</footer>