Skip to content

Commit

Permalink
fix: update query to avoid removing tech-radar posts
Browse files Browse the repository at this point in the history
  • Loading branch information
monotykamary committed Oct 25, 2024
1 parent 5ad927d commit 9945726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
ELSE NULL
END as grouped_path
FROM vault
WHERE file_path NOT LIKE '%_radar%'
WHERE file_path NOT LIKE '%_radar/%'
AND title IS NOT NULL
AND description IS NOT NULL
AND (draft != true OR draft IS NULL)
Expand Down

0 comments on commit 9945726

Please sign in to comment.