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

github.com/thingsym/hugo-theme-techdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthingsym <thingsym@gmail.com>2022-07-08 10:37:54 +0300
committerthingsym <thingsym@gmail.com>2022-07-08 10:37:54 +0300
commit22d9f0237c26ab159cc16ae0b5c41e9caface25c (patch)
treeed7c1e21c0e9ecfe6b3b42cf49e04f3827b2e849
parent5abcb1e110731d916237a1765197450e7551c7ef (diff)
fix: remove white-space
-rw-r--r--layouts/partials/global-menu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/global-menu.html b/layouts/partials/global-menu.html
index 3d0e115..a7a7038 100644
--- a/layouts/partials/global-menu.html
+++ b/layouts/partials/global-menu.html
@@ -27,9 +27,9 @@
{{- with .Pre -}}{{- . -}}{{- end -}}
{{- .Name -}}
{{- with .Post -}}{{- . -}}{{- end -}}
- {{ if .HasChildren -}}
+ {{- if .HasChildren -}}
<i class="fas fa-angle-right"></i>
- {{ end -}}
+ {{- end -}}
</a>
{{- end -}}
{{- end -}}