takunomi-blog/contact.tmpl

10 lines
245 B
Cheetah
Raw Normal View History

2017-11-20 13:37:08 +00:00
{{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}}