mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Switch webrings from <ul> to just <p>
It makes tap targets a little larger.
This commit is contained in:
parent
08b8200f8b
commit
b233a7a726
1 changed files with 5 additions and 6 deletions
|
@ -6,17 +6,16 @@
|
||||||
|
|
||||||
<p>This site is part of some <a href="https://en.wikipedia.org/wiki/Webring">webrings</a>:</p>
|
<p>This site is part of some <a href="https://en.wikipedia.org/wiki/Webring">webrings</a>:</p>
|
||||||
|
|
||||||
<ul>
|
<p>
|
||||||
<li>
|
|
||||||
<a href="https://xn--sr8hvo.ws/%F0%9F%98%A9%F0%9F%9A%A3%F0%9F%8D%91/previous" rel="nofollow ugc">←</a>
|
<a href="https://xn--sr8hvo.ws/%F0%9F%98%A9%F0%9F%9A%A3%F0%9F%8D%91/previous" rel="nofollow ugc">←</a>
|
||||||
<a href="https://xn--sr8hvo.ws/">An IndieWeb Webring 🕸💍</a>
|
<a href="https://xn--sr8hvo.ws/">An IndieWeb Webring 🕸💍</a>
|
||||||
<a href="https://xn--sr8hvo.ws/%F0%9F%98%A9%F0%9F%9A%A3%F0%9F%8D%91/next" rel="nofollow ugc">→</a>
|
<a href="https://xn--sr8hvo.ws/%F0%9F%98%A9%F0%9F%9A%A3%F0%9F%8D%91/next" rel="nofollow ugc">→</a>
|
||||||
</li>
|
</p>
|
||||||
<li>
|
|
||||||
|
<p>
|
||||||
<a href="https://fediring.net/previous?host=seirdyd.one" rel="nofollow ugc">←</a>
|
<a href="https://fediring.net/previous?host=seirdyd.one" rel="nofollow ugc">←</a>
|
||||||
<a href="https://fediring.net/">Fediring</a>
|
<a href="https://fediring.net/">Fediring</a>
|
||||||
<a href="https://fediring.net/next?host=seirdy.one" rel="nofollow ugc">→</a>
|
<a href="https://fediring.net/next?host=seirdy.one" rel="nofollow ugc">→</a>
|
||||||
</li>
|
</p>
|
||||||
</ul>
|
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue