Files
website/exampleSite/partials/custom_js.html
2021-01-23 20:47:55 +00:00

4 lines
125 B
HTML

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