don't hx-boost internal links with different css
This commit is contained in:
parent
e21ce886bb
commit
e5d9e0254f
3 changed files with 22 additions and 22 deletions
|
|
@ -3,8 +3,8 @@ title: Fun web stuff
|
||||||
description: Stuff that mehbark made that you can play with on your browser
|
description: Stuff that mehbark made that you can play with on your browser
|
||||||
---
|
---
|
||||||
|
|
||||||
- [Spout](/spout): Fun, oft-interactive HTML/JS pieces
|
- <a href="/spout" hx-boost="false">Spout</a>: Fun, oft-interactive HTML/JS pieces
|
||||||
- [gol](https://pyrope.net/gol): [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway's_Game_of_Life) with checkboxes, made in elm
|
- [gol](https://pyrope.net/gol): [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway's_Game_of_Life) with checkboxes, made in elm
|
||||||
- [TIMEDOG](https://pyrope.net/TIMEDOG): a clock that measures time in Patricia Taxxon's [TECHDOG](https://patriciataxxon.bandcamp.com/album/techdog-1-7)
|
- [TIMEDOG](https://pyrope.net/TIMEDOG): a clock that measures time in Patricia Taxxon's [TECHDOG](https://patriciataxxon.bandcamp.com/album/techdog-1-7)
|
||||||
- [davehash](https://pyrope.net/davehash/): you know what a hash modus is, right?
|
- [davehash](https://pyrope.net/davehash/): you know what a hash modus is, right?
|
||||||
- [old site](/old-site.html): the site before this one. [aka onepn](/twopn)
|
- <a href="/old-site.html" hx-boost="false">old site</a>: the site before this one. [aka onepn](/twopn)
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ title: terezi.pyrope.net
|
||||||
{% include "./badges.njk" %}
|
{% include "./badges.njk" %}
|
||||||
<div id="webring">
|
<div id="webring">
|
||||||
<h3>this web site is part of the m,cai webring</h3>
|
<h3>this web site is part of the m,cai webring</h3>
|
||||||
<a href="https://spax.zone">←</a> <a href="/ring.html">everyone</a> <a href="https://lisanne.gay">→</a>
|
<a href="https://spax.zone">←</a> <a href="/ring.html" hx-boost="false">everyone</a> <a href="https://lisanne.gay">→</a>
|
||||||
</div>
|
</div>
|
||||||
<iframe title="splat button" width="110" height="100" src="https://www.myinstants.com/instant/lancer-splat-18107/embed/" frameborder="0" scrolling="no"></iframe>
|
<iframe title="splat button" width="110" height="100" src="https://www.myinstants.com/instant/lancer-splat-18107/embed/" frameborder="0" scrolling="no"></iframe>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue