Pārlūkot izejas kodu

add the favicon and the manifest to the theme

Daniel Sheffield 7 mēneši atpakaļ
vecāks
revīzija
38c27f9ff9
2 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. BIN
      sqlpage/favicon.ico
  2. 2 0
      sqlpage/sqlpage/internal/theme.sql

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
 ;