feat: change css orders to load custom css first

This commit is contained in:
Colin
2022-05-06 16:14:37 +08:00
parent 1447f9d96b
commit c27c816cbd

View File

@@ -17,10 +17,10 @@
<!-- head custom -->
{{- partial "prepended_head.html" . }}
<!-- Theme CSS -->
<link rel="stylesheet" href="{{ "assets/style.css" | absURL }}" />
<!-- Custom CSS to override theme properties (/static/style.css) -->
<link rel="stylesheet" href="{{ "style.css" | absURL }}" />
<!-- Theme CSS -->
<link rel="stylesheet" href="{{ "assets/style.css" | absURL }}" />
<!-- Icons,deleted for using emoji favicon-->