summaryrefslogtreecommitdiffstats
path: root/templates/footer.tmpl
blob: f08ae1fb27fd687a7dffc6b811cefb8404082504 (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-v2-180.png"
					width="20" height="20" alt="[ peach logo ]" />
			</a>
		</div>
	</div>
</div> <!-- footer container end -->