Sfoglia il codice sorgente

adding links in body doesn't work

Daniel Sheffield 8 mesi fa
parent
commit
88cdde8375
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  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
-;