mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
fixed space theming and custom CSS
This commit is contained in:
@@ -33,6 +33,9 @@
|
||||
|
||||
<meta name="apple-mobile-web-app-capable" content="yes"/>
|
||||
|
||||
{% if theme_values.custom_theme %}
|
||||
<link id="id_custom_space_css" href="{{ theme_values.custom_theme }}" rel="stylesheet">
|
||||
{% endif %}
|
||||
|
||||
</head>
|
||||
<body>
|
||||
@@ -53,7 +56,9 @@
|
||||
{# } else {#}
|
||||
{# console.warn('service worker not in navigator');#}
|
||||
{# }#}
|
||||
{#});#}
|
||||
{#})
|
||||
;
|
||||
#}
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user