feat: update footer with site policies, add CTA retrieval SQL, and refactor block content management

This commit is contained in:
2026-07-17 22:07:01 +07:00
parent 49b8d2b2ea
commit 6af9240c22
59 changed files with 140 additions and 612 deletions
+1
View File
@@ -0,0 +1 @@
SELECT id, slug, title, content FROM sis_post WHERE category_id = (SELECT id FROM sis_category WHERE slug = 'livestream');