]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/blobdiff - layouts/_default/baseof.html
Replace all usage of .Permalink with .RelPermalink
[dujemihanovic.xyz.git] / layouts / _default / baseof.html
index 2248357f9747c11a1f076d210b250bf7fea34573..a32c2f436445f52bd0ca16919a3ffb303fbb1977 100644 (file)
@@ -3,7 +3,7 @@
        <head>
                {{ partial "meta.html" . }}
                {{ $style := resources.Get "css/style.css" | resources.Minify }}
-               <link rel="stylesheet" href="{{ $style.Permalink }}?v=1.0.0">
+               <link rel="stylesheet" href="{{ $style.RelPermalink }}?v=1.0.0">
                <!-- I'm a brainlet and don't know how to properly fetch another page's feed. If you know, please tell me. -->
                <link rel="alternate" type="application/rss+xml" href="{{ $.Site.BaseURL }}posts/index.xml" title="Blog | Duje Mihanović's Site">
        </head>