feature/webring #18

Closed
dozens wants to merge 6 commits from feature/webring into main

6 Commits

Author SHA1 Message Date
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
dozens c735cde7bc 💄 typo 2023-10-30 15:20:03 -06:00
dozens ffc1c77ad0 rec notes 2023-10-30 14:21:56 -06:00
dozens c2bd07cbe1 Merge branch 'main' into feature/webring 2023-10-30 14:17:07 -06:00
dozens d7c5108c5b webring 2023-10-30 14:15:30 -06:00
dozens 7f5c57d7de webring 2023-10-30 14:00:16 -06:00