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

github.com/spech66/bootstrap-bp-hugo-startpage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pech <windows@spech.de>2019-07-22 14:22:32 +0300
committerSebastian Pech <windows@spech.de>2019-07-22 14:22:32 +0300
commit5649f8c79bf5016d72901a0ebe481ee6497886fb (patch)
tree815a20c40a4245b0dca625b96d3754eaedcfa610
parentc3b71b7fcfb7ef4168c097c1686652d19e87b0ed (diff)
space
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index d4bb4d2..c567954 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -16,7 +16,7 @@
<h5 class="card-title groupTitle">{{ .group }}</h5>
<ul class="list-group list-group-flush groupListList">
{{ range .items }}
- <li class="list-group-item groupListListItem"><a href="{{ .url }}" target="_self" class="groupLink"><i class="{{ .icon }}"></i> <span class="groupText">{{ .title }}</span></a></li>
+ <li class="list-group-item groupListListItem"><a href="{{ .url }}" target="_self" class="groupLink"><i class="{{ .icon }}"></i>&nbsp;<span class="groupText">{{ .title }}</span></a></li>
{{ end }}
</ul>
</div>