Changeset adb6291 in Klonkt for src/routes/tags.js
- Timestamp:
- 06/30/2026 06:11:50 PM (2 months ago)
- Branches:
- main
- Children:
- a95dbfd
- Parents:
- 1c33804
- File:
-
- 1 edited
-
src/routes/tags.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/tags.js
r1c33804 radb6291 22 22 try { 23 23 posts = db.prepare(` 24 SELECT DISTINCT p.id, p.slug, p.title, p.excerpt, p.cover_image_url, 24 SELECT DISTINCT p.id, p.slug, p.title, p.excerpt, p.cover_image_url, p.cover_video_url, 25 25 p.published_at, u.username AS author_username 26 26 FROM posts p, json_each(p.tags) j … … 35 35 // Fall back to a LIKE match if json_each isn't available for some reason 36 36 posts = db.prepare(` 37 SELECT p.id, p.slug, p.title, p.excerpt, p.cover_image_url, 37 SELECT p.id, p.slug, p.title, p.excerpt, p.cover_image_url, p.cover_video_url, 38 38 p.published_at, u.username AS author_username 39 39 FROM posts p JOIN users u ON u.id = p.author_id
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)