hugo-djem-so

Hugo theme for my blog

git clone git://git.shimmy1996.com/hugo-djem-so.git
commit 716a10aa3b4bccf2fc0579da72aa33e402c3f3c8
parent f35c61bb8d4209bec8171f89ab1596792ec552cc
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Mon,  6 Jan 2020 13:21:05 -0600

Use the more commonly seen leftarrow

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 }}">←&nbsp;{{ .Site.Title }}</a>
   {{- end -}}
   {{- range .Translations -}}
   &nbsp;|&nbsp;<a href="{{ .Permalink | relURL }}">{{ .Language.LanguageName }}</a>