Explorar o código

add the favicon and the manifest to the theme

Daniel Sheffield hai 7 meses
pai
achega
38c27f9ff9
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. BIN=BIN
      sqlpage/favicon.ico
  2. 2 0
      sqlpage/sqlpage/internal/theme.sql

BIN=BIN
sqlpage/favicon.ico


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

@@ -4,4 +4,6 @@ SELECT 'shell' AS component
 , $title AS title
 , lower($title)||'.sql' AS link
 , 'favicon.svg' AS image
+, 'favicon.ico' AS favicon
+, 'manifest.json' AS manifest
 ;