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:
-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 }}