moved syntax.css to css folder
[theme-danix.xyz.git] / layouts / partials / head.html
index 3b34814..4045dc6 100644 (file)
@@ -10,7 +10,7 @@
        {{ $noscript := resources.Get "sass/noscript.scss" | resources.ToCSS $noscript_options }}
 
        <link rel="stylesheet" href="{{ $style.RelPermalink }}">
-       <link rel="stylesheet" href="{{ "syntax.css" |relURL }}">
+       <link rel="stylesheet" href="{{ "css/syntax.css" |relURL }}">
        <noscript><link rel="stylesheet" href="{{ $noscript.RelPermalink }}" /></noscript>
        {{ partial "funcs/favicon.html" . }}
        <link rel="canonical" href="{{ .Permalink }}">