Parcourir la source

add favicon and manifest links

Daniel Sheffield il y a 8 mois
Parent
commit
0d1d060b1d
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      sqlpage/sqlpage/internal/theme.sql

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

@@ -4,3 +4,8 @@ SELECT 'shell' AS component
 , '/grocery/'||lower($title)||'.sql' AS link
 , '/grocery/favicon.svg' AS image
 ;
+
+SELECT 'text' AS component
+, '<link rel="favicon" href="/grocery/favicon.svg"/>
+<link rel="manifest" href="/grocery/manifest.json"/>' AS html
+;