small template updates

This commit is contained in:
Jacob 2021-12-19 19:43:30 +01:00
parent 738087cbdd
commit a02603431a
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,6 @@
{{define "contact"}} {{define "contact"}}
<article class="post"> <article class="post">
<ul style="list-style: none;"> <ul style="list-style: none;">
<li><b><a class="no-link" style="text-decoration: none; color: inherit" href="https://twitter.com/sketchwhale">@sketchwhale</a></b></li>
<li><b>ohayo dot jacob at gmail</b></li> <li><b>ohayo dot jacob at gmail</b></li>
</ul> </ul>
</article> </article>

View File

@ -1,3 +1,4 @@
{{define "keru_shoujo"}} {{define "keru_shoujo"}}
<h2 style="margin-top:0px;"><a class="no-link" style="text-decoration: none; color: inherit" href="/the_girl_who_kicked_a_rabbit/{{.URLTitle}}">{{.Title}}</a></h2> <h2 style="margin-top:0px;"><a class="no-link" style="text-decoration: none; color: inherit" href="/the_girl_who_kicked_a_rabbit/{{.URLTitle}}">{{.Title}}</a></h2>
<div>{{ .Content }}</div>{{end}} <div>{{ .Content }}</div>
{{end}}