Parcourir la source

fix link to icon

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

+ 1 - 1
sqlpage/sqlpage/internal/theme.sql

@@ -3,5 +3,5 @@ SELECT 'shell' AS component
 , 'fluid' AS layout
 , $title AS title
 , lower($title)||'.sql' AS link
-, '../favicon.svg' AS image
+, 'favicon.svg' AS image
 ;