🎨 Try to add different schema css style.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.1.1/css/all.min.css" integrity="sha256-DfWjNxDkM94fVBWx1H5BMMp0Zq7luBlV8QRcSES7s+0=" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/animate.css@3.1.1/animate.min.css" integrity="sha256-PR7ttpcvz8qrF57fur/yAx1qXMFJeJFiA6pSzWi0OIE=" crossorigin="anonymous">
|
||||
<!-- NexT theme css style -->
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
{{- $style := resources.Get "css/style.css" | resources.ExecuteAsTemplate "css/style.css" . }}
|
||||
<link rel="stylesheet" href="/css/main-gemini.css">
|
||||
{{- $style := resources.Get "css/style-gemini.css" | resources.ExecuteAsTemplate "css/style-gemini.css" . }}
|
||||
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
|
||||
Reference in New Issue
Block a user