pages/webring/src
dozens ca665dbbf3 fixes a few comments from lucidiot
- adds `htmlUrl` to opml entry items
- removes `title` from opml entity
- removes superfluous jq call, moves query to recsel

**NOTE:** mustache apparently has a quirk where when iterating over a
list, it will interpret a 0 and a 1 as false and true unless/until there
is also a 2. at which point it will start interpreting the numbers as
numbers. this commit does NOT fix this. i just manually changed the
`false` to `0` in the generated html. this problem will fix itself once
we have at least 3 webring members.
2023-10-31 08:43:42 -06:00
..
example.html fixes a few comments from lucidiot 2023-10-31 08:43:42 -06:00
example.opml fixes a few comments from lucidiot 2023-10-31 08:43:42 -06:00