瀏覽代碼

add the favicon and the manifest to the theme

Daniel Sheffield 7 月之前
父節點
當前提交
38c27f9ff9
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 二進制
      sqlpage/favicon.ico
  2. 2 0
      sqlpage/sqlpage/internal/theme.sql

二進制
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
 ;