Files
site/templates/contact.tmpl
2022-02-13 14:09:44 -06:00

12 lines
279 B
Cheetah

{{ template "header.tmpl" . }}
<h2>Ways to contact me</h2>
<ul>
<li>
<a href="mailto:rawleyfowler@gmail.com">Email</a>
</li>
<li>
<a href="https://unix.stackexchange.com/users/507434/rawley-fowler">Stack Exchange</a>
</li>
</ul>
{{ template "footer_no_banners.tmpl" . }}