From 52d95d75745808de3f5f067948309ae5f9c53e22 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sat, 23 Jan 2021 21:01:46 +0000 Subject: demo: fix GH buttons --- exampleSite/content/home/hero.md | 2 +- exampleSite/layouts/partials/custom_js.html | 3 +++ exampleSite/partials/custom_js.html | 3 --- 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 exampleSite/layouts/partials/custom_js.html delete mode 100644 exampleSite/partials/custom_js.html (limited to 'exampleSite') diff --git a/exampleSite/content/home/hero.md b/exampleSite/content/home/hero.md index 5f54202e..1f2ad474 100644 --- a/exampleSite/content/home/hero.md +++ b/exampleSite/content/home/hero.md @@ -12,7 +12,7 @@ cta_alt: url: https://discord.gg/z8wNYzb cta_note: label: >- - Latest release
Star
Star
+ Latest release
Star Wowchemy site builder for Hugo
Star the Academic template
design: background: gradient_end: '#1976d2' 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" }} + +{{end}} diff --git a/exampleSite/partials/custom_js.html b/exampleSite/partials/custom_js.html deleted file mode 100644 index 444f1043..00000000 --- a/exampleSite/partials/custom_js.html +++ /dev/null @@ -1,3 +0,0 @@ -{{ if eq hugo.Environment "production" }} - -{{end}} -- cgit v1.2.3