added box-shadow mixin. Added shadow to the gravatar in homepage.
[theme-danix.xyz.git] / layouts / partials / head.html
index 3b34814..46f5ee3 100644 (file)
@@ -10,8 +10,8 @@
        {{ $noscript := resources.Get "sass/noscript.scss" | resources.ToCSS $noscript_options }}
 
        <link rel="stylesheet" href="{{ $style.RelPermalink }}">
-       <link rel="stylesheet" href="{{ "syntax.css" |relURL }}">
-       <noscript><link rel="stylesheet" href="{{ $noscript.RelPermalink }}" /></noscript>
+       <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 }}">