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
38
package.json
38
package.json
|
|
@ -1,21 +1,21 @@
|
||||||
{
|
{
|
||||||
"name": "twopn",
|
"name": "twopn",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@11ty/eleventy": "^3.1.2",
|
"@11ty/eleventy": "^3.1.2",
|
||||||
"@11ty/eleventy-plugin-rss": "^2.0.4",
|
"@11ty/eleventy-plugin-rss": "^2.0.4",
|
||||||
"@mdx-js/mdx": "^3.1.1",
|
"@mdx-js/mdx": "^3.1.1",
|
||||||
"react": "^19.2.3",
|
"react": "^19.2.3",
|
||||||
"react-dom": "^19.2.3",
|
"react-dom": "^19.2.3",
|
||||||
"rehype-prism-plus": "^2.0.2"
|
"rehype-prism-plus": "^2.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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