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-09-28 20:53:01 +0300
committerGitHub <noreply@github.com>2022-09-28 20:53:01 +0300
commit40243e6ce45218ab49001036c340445a84630e42 (patch)
tree27985432974bf8eec1a08fb254913ee2e2729ea9
parentfe71d48eab93ef50a6978436869f143c04bee6c0 (diff)
parent91ddc6c13af0e6bc710ef009475194c27778b695 (diff)
Merge pull request #67 from weyhmueller/fix/remove_erroneous_space_in_service_buttonHEADmaster
fix: remove erroneous space in service button
-rw-r--r--layouts/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html
index c687045..74140ea 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -35,7 +35,7 @@
{{ 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>
+ <a class="button button-primary" href="{{ "services/" | relURL }}">View All Services</a>
</div>
</div>
{{ end }}
@@ -69,4 +69,4 @@
{{ end }}
{{ define "footer_js" }}
-{{ end }} \ No newline at end of file
+{{ end }}