Add CSS support
This commit is contained in:
parent
eec95ca88a
commit
7e8aae14dc
2 changed files with 6 additions and 0 deletions
0
themes/red/assets/css/site.css
Normal file
0
themes/red/assets/css/site.css
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<head>
|
||||||
|
<title>{{ .Title }}</title>
|
||||||
|
|
||||||
|
{{ $style := resources.Get "css/site.css" }}
|
||||||
|
<link href="{{ $style.RelPermalink }}" integrity="{{ $style.Data.Integrity }}" rel="stylesheet" >
|
||||||
|
</head>
|
Loading…
Add table
Reference in a new issue