takunomi-blog/contact.tmpl

10 lines
245 B
Cheetah

{{define "contact"}}
<article class="post">
<ul style="list-style: none;">
<li>twitter: <b>@sketchwhale</b></li>
<li>email: <b>ohayo dot jacob at gmail</b></li>
<li>git repo: <b>gitfub.space/ohayo-jacob</b></li>
</ul>
</article>
{{end}}