shithub: hugo

ref: 597e418cb02883418f2cebb41400e8e61413f651
dir: /docs/themes/gohugoioTheme/layouts/partials/site-scripts.html/

View raw version
<!-- scripts -->
{{ $scripts := resources.Get "output/js/app.js" | fingerprint }}
{{ with $scripts }}    
  <script type="text/javascript" src="{{ .Permalink | relURL }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous" defer></script>
  {{ $.Scratch.Set "scripts" . }}    
{{end}} 


<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>