assets: assets to proper location
This commit is contained in:
parent
15d7a4aabd
commit
118bf1345e
5 changed files with 4 additions and 4 deletions
|
|
@ -23,7 +23,7 @@
|
|||
<footer class="footer">
|
||||
{{- partial "footer.html" . }}
|
||||
</footer>
|
||||
{{ $highlight := resources.Get "highlight.min.js" | minify | fingerprint}}
|
||||
{{ $highlight := resources.Get "js/highlight.min.js" | minify | fingerprint}}
|
||||
<script src="{{ $highlight.Permalink }}" integrity="{{ $highlight.Data.Integrity }}"></script>
|
||||
<script>
|
||||
hljs.initHighlightingOnLoad();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue