Add CSS support

This commit is contained in:
Joshua Goins 2022-08-24 10:26:29 -04:00
parent eec95ca88a
commit 7e8aae14dc
2 changed files with 6 additions and 0 deletions

View file

View 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>