takunomi-blog/templates/contact.tmpl

10 lines
454 B
Cheetah
Raw Normal View History

2017-11-20 13:37:08 +00:00
{{define "contact"}}
<article class="post">
<ul style="list-style: none;">
2017-11-21 21:01:38 +00:00
<li>twitter: <b><a class="no-link" style="text-decoration: none; color: inherit" href="https://twitter.com/sketchwhale">@sketchwhale</a></b></li>
2017-11-20 13:37:08 +00:00
<li>email: <b>ohayo dot jacob at gmail</b></li>
2017-11-21 21:01:38 +00:00
<li>git repo: <b><a class="no-link" style="text-decoration: none; color: inherit" href="gitfub.space/ohayo-jacob">gitfub.space/ohayo-jacob</a></b></li>
2017-11-20 13:37:08 +00:00
</ul>
</article>
{{end}}