diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-08-25 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-08-25 00:00:00 +0000 |
commit | 50c63674b0d1492eee388cf5e7361e5b81e04f0aac8ce828655b58847044a72f (patch) | |
tree | 9958b97154d3d3977bd055c2a7f7175a54450eeffb823c84846cd374878cf917 /layouts/index.html | |
parent | e6c35a2f628746e2f2242bdcaa06885ef232515a23a80013abb9cafc534eb9c0 (diff) | |
download | hugo-theme-journal-50c63674b0d1492eee388cf5e7361e5b81e04f0aac8ce828655b58847044a72f.tar.gz hugo-theme-journal-50c63674b0d1492eee388cf5e7361e5b81e04f0aac8ce828655b58847044a72f.zip |
Remove non-breakable spaces
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html index 3161c49..870c22b 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -10,7 +10,7 @@ <nav> <ul class="list"> {{- range .Site.Menus.main }} - <li class="list__item">{{ emojify ":link:" | safeHTML }} <a class="link" href="{{ .URL }}" rel="noreferrer">{{ .Name }}</a></li> + <li class="list__item">{{ emojify ":link:" | safeHTML }} <a class="link" href="{{ .URL }}" rel="noreferrer">{{ .Name }}</a></li> {{- end }} </ul> </nav> |