diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-24 20:49:19 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-24 20:49:19 -0600 |
commit | 181282971b1d981e6bfb6d86866b395cb082e79f (patch) | |
tree | e42f26602bee091a04d834c42dabee850736a987 | |
parent | 71b547e969c1fd96edc0a05a8c185f16c2d3ed0e (diff) |
<tt> is obsolete according to the html5 spec
-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> |