aboutsummaryrefslogtreecommitdiff
path: root/themes/flamingo/layouts/partials/footer.html
blob: 44764948edd5d1a936151c4a8b14728ceb4df6d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<footer>
	<div class="bottom-nav">
		<nav>
			<ul>
				<li><a href="/about/">about</a></li>
				<li><a href="/logs/">logs</a></li>
				<li><a href="/privacy/">privacy</a></li>
			</ul>
		</nav>
	</div>

	{{ if eq .IsPage true }}
		{{ if (or (eq .Section "posts") (eq .Section "logs")) }}
			{{ partial "comments.html" }}
		{{ end }}
	{{ end }}
	<!-- <p>&copy; {{ now.Year }} <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></p> -->
</footer>