Welcome to mirror list, hosted at ThFree Co, Russian Federation.

scripts.html « partials « layouts - github.com/gundamew/hugo-bingo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f7384a08f2cc65205a1a1c0d6a644fe0e8f41208 (plain)
1
2
3
{{ $highlight := resources.Get "js/highlight.pack.js" | fingerprint }}
<script src="{{ $highlight.Permalink }}" integrity="{{ $highlight.Data.Integrity }}"></script>
<script>hljs.initHighlightingOnLoad();</script>