update head.html
This commit is contained in:
@ -8,11 +8,9 @@
|
||||
{{ $sass := resources.Get "scss/main.bundle.scss" }}
|
||||
{{ $style := $sass | toCSS $opts | minify | fingerprint }}
|
||||
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
||||
{{ $jsFiles := resources.Match "js/**/*.js" }}
|
||||
{{ $jsBundle := $jsFiles | resources.Concat "js/bundle.js" | minify | fingerprint }}
|
||||
<script src="{{ $jsBundle.RelPermalink }}" integrity="{{ $jsBundle.Data.Integrity }}" type="module" defer></script>
|
||||
</head>
|
||||
<html>
|
||||
{{ partial "head.html" . }}
|
||||
<body>
|
||||
{{ partial "sidebar.html" . }}
|
||||
<div id="main-wrapper" class="d-flex justify-content-center">
|
||||
|
Reference in New Issue
Block a user