added missing path to style.css

This commit is contained in:
derMicha 2019-02-16 18:45:43 +01:00
parent d005155fa5
commit ba88a6b5b1

View File

@ -12,7 +12,7 @@
{{ end }}
<!-- Custom CSS to override theme properties (/static/style.css) -->
<link rel="stylesheet" href="{{ "style.css" | absURL }}">
<link rel="stylesheet" href="{{ "assets/style.css" | absURL }}">
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ "img/apple-touch-icon-144-precomposed.png" | absURL }}">