mirror of
https://github.com/Colin-XKL/Colinx-Blog.git
synced 2026-01-12 02:31:27 +08:00
feat: change css orders to load custom css first
This commit is contained in:
@@ -17,10 +17,10 @@
|
|||||||
<!-- head custom -->
|
<!-- head custom -->
|
||||||
{{- partial "prepended_head.html" . }}
|
{{- partial "prepended_head.html" . }}
|
||||||
|
|
||||||
<!-- Theme CSS -->
|
|
||||||
<link rel="stylesheet" href="{{ "assets/style.css" | absURL }}" />
|
|
||||||
<!-- Custom CSS to override theme properties (/static/style.css) -->
|
<!-- Custom CSS to override theme properties (/static/style.css) -->
|
||||||
<link rel="stylesheet" href="{{ "style.css" | absURL }}" />
|
<link rel="stylesheet" href="{{ "style.css" | absURL }}" />
|
||||||
|
<!-- Theme CSS -->
|
||||||
|
<link rel="stylesheet" href="{{ "assets/style.css" | absURL }}" />
|
||||||
|
|
||||||
<!-- Icons,deleted for using emoji favicon-->
|
<!-- Icons,deleted for using emoji favicon-->
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user