mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-12 17:57:28 -05:00
Use the global .Hugo variable instead of the Page one
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
{{ .Hugo.Generator }}
|
||||
{{ $.Hugo.Generator }}
|
||||
|
||||
{{ $bobastyle := resources.Get "css/bobastyle.css" | fingerprint "sha512" }}
|
||||
<link rel="stylesheet" type="text/css" href="{{ $bobastyle.Permalink }}" integrity="{{ $bobastyle.Data.Integrity }}">
|
||||
|
Reference in New Issue
Block a user