diff options
-rw-r--r-- | cmd/generate/imworkingon.html.tmpl | 4 | ||||
-rw-r--r-- | public/index.html | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/cmd/generate/imworkingon.html.tmpl b/cmd/generate/imworkingon.html.tmpl index ff35f2c..43c5173 100644 --- a/cmd/generate/imworkingon.html.tmpl +++ b/cmd/generate/imworkingon.html.tmpl @@ -44,7 +44,7 @@ <div class="contrib-upstream-desc">{{ $upstream.Desc | md2html }}</div> <div class="contrib-urls"> {{- range $url := $contrib.URLs }} - <a href="{{ $url }}"><tt>{{ $url }}</tt></a><br /> + <a href="{{ $url }}"><code>{{ $url }}</code></a><br /> {{- end }} </div> <div class="contrib-tags"> @@ -72,7 +72,7 @@ <div class="contrib-upstream-desc">{{ $upstream.Desc | md2html }}</div> <div class="contrib-urls"> {{- range $url := $contrib.URLs }} - <a href="{{ $url }}"><tt>{{ $url }}</tt></a><br /> + <a href="{{ $url }}"><code>{{ $url }}</code></a><br /> {{- end }} </div> <div class="contrib-tags"> diff --git a/public/index.html b/public/index.html index 0fe5b19..28d5477 100644 --- a/public/index.html +++ b/public/index.html @@ -112,8 +112,8 @@ <li>My primary email address is <<a href="mailto:lukeshu@lukeshu.com">lukeshu@lukeshu.com</a>>.</li> - <li>I am <tt>lukeshu</tt> on <s>FreeNode</s>Libera.Chat, - and am almost always in the <tt>#parabola</tt> channel.</li> + <li>I am <code>lukeshu</code> on <s>FreeNode</s>Libera.Chat, + and am almost always in the <code>#parabola</code> channel.</li> <li>Social web:<ul> @@ -148,7 +148,7 @@ </ul></li> <li>My phone number is <img src="/phone-number.png" style="height: 1em" />. - Please only use it to contact me regarding server issues, including the <tt>mav.lukeshu.com</tt> mail server.</li> + Please only use it to contact me regarding server issues, including the <code>mav.lukeshu.com</code> mail server.</li> </ul> |