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

github.com/zerostaticthemes/hugo-serif-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Austin <rob@jugglerdigital.com>2022-08-17 10:24:31 +0300
committerGitHub <noreply@github.com>2022-08-17 10:24:31 +0300
commit204f28fc802ce452d99e7bcc22319f467fc62000 (patch)
treec5dff9470c9e16a4d5b87605ea9b29c72da3cbcc
parent05e24dea26998cdbb38857de6479187f4b4fe99c (diff)
parent9199d37be2542b1b15088978fc4e3951c05b8af3 (diff)
Merge pull request #61 from joelpet/fix-view-all-services
Fix "View All Services" button config conditional
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index ff9b078..13621b8 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -30,7 +30,7 @@
</div>
{{ end }}
</div>
- {{ if not .Site.Params.homepage.show_services_button }}
+ {{ if .Site.Params.homepage.show_services_button }}
<div class="row justify-content-center">
<div class="col-auto">
<a class="button button-primary" href="{{ "services/" | relURL }}">View All Services</a>