mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2025-02-25 22:36:53 +01:00
Fixed load order on codeblocks css
This commit is contained in:
parent
4499ff021a
commit
d47283c7bf
1 changed files with 4 additions and 4 deletions
|
@ -18,6 +18,10 @@
|
|||
<link rel="stylesheet" href="{{ .link | absURL }}">
|
||||
{{ end }}
|
||||
|
||||
{{ "<!-- Codeblocks Stylesheet -->" | safeHTML }}
|
||||
{{ $style := resources.Get "css/syntax.css" | minify }}
|
||||
<link rel="stylesheet" href="{{ $style.Permalink }}" media="screen">
|
||||
|
||||
{{ "<!-- Main Stylesheet -->" | safeHTML }}
|
||||
{{ $styles := resources.Get "css/style.css" | minify }}
|
||||
<link rel="stylesheet" href="{{ $styles.Permalink }}" media="screen">
|
||||
|
@ -26,10 +30,6 @@
|
|||
{{ $custom := resources.Get "css/custom.css" | minify }}
|
||||
<link rel="stylesheet" href="{{ $custom.Permalink }}" media="screen">
|
||||
|
||||
{{ "<!-- Codeblocks Stylesheet -->" | safeHTML }}
|
||||
{{ $style := resources.Get "css/syntax.css" | minify }}
|
||||
<link rel="stylesheet" href="{{ $style.Permalink }}" media="screen">
|
||||
|
||||
{{ "<!--Favicon-->" | safeHTML }}
|
||||
<link rel="shortcut icon" href="{{ `/img/favicon.png` | absURL }}" type="image/x-icon">
|
||||
<link rel="icon" href="{{ `/img/favicon.png` | absURL }}" type="image/x-icon">
|
||||
|
|
Loading…
Add table
Reference in a new issue