Parcourir la source

adding links in body doesn't work

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

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

@@ -4,8 +4,3 @@ 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
-;