mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-17 11:37:28 -05:00
Use assets/ instead of static/
This commit is contained in:
Before ![]() (image error) Size: 20 KiB After ![]() (image error) Size: 20 KiB ![]() ![]() |
@ -2,7 +2,8 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<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 }}
|
{{ with .Site.Params.faviconICO }}
|
||||||
<link rel="icon" type="image/x-icon" href="{{.}}" />
|
<link rel="icon" type="image/x-icon" href="{{.}}" />
|
||||||
|
Reference in New Issue
Block a user