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

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2021-01-24 00:01:46 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2021-01-24 00:01:46 +0300
commit52d95d75745808de3f5f067948309ae5f9c53e22 (patch)
tree7e99e9b8b498d85f90c4057581903a79b565203b /exampleSite/layouts
parent51248e2fa2f10235d99b2e04f2f4065eb318f754 (diff)
demo: fix GH buttons
Diffstat (limited to 'exampleSite/layouts')
-rw-r--r--exampleSite/layouts/partials/custom_js.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/layouts/partials/custom_js.html b/exampleSite/layouts/partials/custom_js.html
new file mode 100644
index 00000000..444f1043
--- /dev/null
+++ b/exampleSite/layouts/partials/custom_js.html
@@ -0,0 +1,3 @@
+{{ if eq hugo.Environment "production" }}
+ <script async defer src="https://buttons.github.io/buttons.js"></script>
+{{end}}