Files
website/exampleSite/layouts/partials/custom_js.html
2021-01-23 21:01:46 +00:00

4 lines
125 B
HTML

{{ if eq hugo.Environment "production" }}
<script async defer src="https://buttons.github.io/buttons.js"></script>
{{end}}