hugo-djem-so

Hugo theme for my blog

git clone git://git.shimmy1996.com/hugo-djem-so.git
commit fe6e56ce806bb9756b75b17c3935228b058cafc9
parent 716a10aa3b4bccf2fc0579da72aa33e402c3f3c8
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Mon,  6 Jan 2020 18:16:37 -0600

Remove space

Diffstat:
Mlayouts/partials/nav.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
@@ -5,7 +5,7 @@
   <a href="{{ .URL | relURL }}">{{ .Name }}</a>
   {{- end -}}
   {{- else -}}
-  <a href="{{ .Site.Home.Permalink | relURL }}">←&nbsp;{{ .Site.Title }}</a>
+  <a href="{{ .Site.Home.Permalink | relURL }}">←{{ .Site.Title }}</a>
   {{- end -}}
   {{- range .Translations -}}
   &nbsp;|&nbsp;<a href="{{ .Permalink | relURL }}">{{ .Language.LanguageName }}</a>