aboutsummaryrefslogtreecommitdiff
path: root/themes/flamingo/layouts/partials/footer.html
blob: 5a3724bdbc4d26780cade1afc2fdf6aa8f9bd424 (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
25
<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>
				<li> <a
						 class="brand-icon"
						 target="_blank"
						 href="/index.xml">
					<i class="fab fa-rss"></i>
					</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>