Use assets/ instead of static/

This commit is contained in:
BBaoVanC 2021-09-28 20:46:25 -05:00
parent 0e4025a2d9
commit 1fcf18dd75
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
4 changed files with 2 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -2,7 +2,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/css/bobatheme.css">
{{ $bobastyle := resources.Get "css/bobastyle.css" | fingerprint "sha256" }}
<link rel="stylesheet" type="text/css" href="{{ $bobastyle.Permalink }}">
{{ with .Site.Params.faviconICO }}
<link rel="icon" type="image/x-icon" href="{{.}}" />