Browse Source

update shell with image and link

Daniel Sheffield 8 tháng trước cách đây
mục cha
commit
76aafade12
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      sqlpage/sqlpage/internal/theme.sql

+ 2 - 0
sqlpage/sqlpage/internal/theme.sql

@@ -1,4 +1,6 @@
 SELECT 'shell' AS component
 , 'dark' AS theme
 , $title AS title
+, '/grocery/'||lower($title)||'.sql' AS link
+, '/grocery/favicon.svg' AS image
 ;