summaryrefslogtreecommitdiffstats
path: root/templates/footer.tmpl
blob: 87b3bed38061b374e24be3aaaafbc3b5024f8b6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<div class="footer-container">
	<div class="footer">
		<div class="logo-container">
			<a href="{{ . }}">
				<img src="/static/logo/peach-180.png"
					width="20" height="20" alt="[ peach logo ]" />
			</a>
		</div>
	</div>
</div> <!-- footer container end -->