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

github.com/lxndrblz/anatole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Bilz <mail@alexbilz.com>2022-09-28 21:03:57 +0300
committerAlexander Bilz <mail@alexbilz.com>2022-09-28 21:03:57 +0300
commitd6949c8c6c3ef9ca58c4d9ae475d72f996dedbaf (patch)
treea1b7ecd128bab5c8a11a161e7f2cd7846c61f840
parent853ebb79080f857925f45f3b35328564aea07b8b (diff)
chore: ran npm prettierjaestevan/master
-rw-r--r--layouts/partials/navbar.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html
index 33e1267..428e6a3 100644
--- a/layouts/partials/navbar.html
+++ b/layouts/partials/navbar.html
@@ -42,7 +42,8 @@
<div class="optionswitch__triangle"></div>
<ul class="optionswitch__list">
{{ range $menuItem.Children }}
- <li class="optionswitch__list-item">{{ .Pre }}
+ <li class="optionswitch__list-item">
+ {{ .Pre }}
<a
href="{{ .URL }}"
{{ if strings.HasPrefix .URL "http" }}
@@ -60,7 +61,8 @@
</li>
{{ else }}
- <li class="nav__list-item">{{ .Pre }}
+ <li class="nav__list-item">
+ {{ .Pre }}
<a
{{ if $active }}
class="nav__link--active"