summaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
blob: 87a4c15f6c7e0384894d6975926c4961edd8e5af (plain)
1
2
3
4
5
6
7
8
9
10
	<footer role="contentinfo">
		<div class="hr"></div>
		<div class="footer-link">
			{{ with .Site.Params.email }}<a href="mailto:{{ . }}" target="_blank">Email</a>{{ end }}
			{{ with .Site.Params.github }}<a href="{{ . }}" target="_blank">GitHub</a>{{ end }}
		</div>
	</footer>
</div>
</body>
</html>