aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/footer.html
blob: e420ffcd6fbfd5d95ee5fccf30ec9a9733ea18e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
		<footer>
			<div class="box">
				<div class="content">
					{{ with .Site.Params.footer }}
					{{ . | markdownify }}
					{{ end }}
				</div>
			</div>
		</footer>
	</body>
</html>