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