diff options
author | Nicholas Johnson <mail@nicholasjohnson.ch> | 2024-11-07 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <mail@nicholasjohnson.ch> | 2024-11-07 00:00:00 +0000 |
commit | 882b947ae8ad1b9b3fc4ccf39cc158c2f53d280dc2d9e39de6965bdf7b4ec5a8 (patch) | |
tree | 97299ddeeaccea9550239167eb0b981170584d7c1832470d43b5037ca100fe05 /layouts/index.html | |
parent | f8c75e782fa18e846c773c761e36434e8f8591eadad6a405e48170f52ebc8874 (diff) | |
download | hugo-theme-journal-882b947ae8ad1b9b3fc4ccf39cc158c2f53d280dc2d9e39de6965bdf7b4ec5a8.tar.gz hugo-theme-journal-882b947ae8ad1b9b3fc4ccf39cc158c2f53d280dc2d9e39de6965bdf7b4ec5a8.zip |
Convert remaining tabs to 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 6f231df..d15d932 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -7,7 +7,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> |