don't hx-boost internal links with different css

This commit is contained in:
mehbark 2026-07-27 01:51:42 -04:00
parent e21ce886bb
commit e5d9e0254f
3 changed files with 22 additions and 22 deletions

View file

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

View file

@ -3,8 +3,8 @@ title: Fun web stuff
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
- [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?
- [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)

View file

@ -46,7 +46,7 @@ title: terezi.pyrope.net
{% include "./badges.njk" %}
<div id="webring">
<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>
<iframe title="splat button" width="110" height="100" src="https://www.myinstants.com/instant/lancer-splat-18107/embed/" frameborder="0" scrolling="no"></iframe>
</footer>