aboutsummaryrefslogtreecommitdiff
path: root/themes/flamingo/layouts/partials/footer.html
blob: 15bb8cc21c6077d89ed4dc9b3fb089019a7b9fe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<footer>
	<div class="bottom-nav">
		<nav>
			<ul>


				<li><a href="/privacy/">privacy</a></li>
				<li><a
						 class="brand-icon"
						 target="_blank"
						 href="/index.xml">
					<i class="fa fa-rss" aria-hidden="true"></i>
					</a>
				</li>
			</ul>
		</nav>
	</div>

	{{ if eq .IsPage true }}
		{{ if (or (eq .Section "posts") (eq .Section "logs")) }}
			{{ partial "comments.html" }}
		{{ end }}
	{{ end }}
</footer>