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

github.com/hivickylai/hugo-theme-sam.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictoria Drake <hello@victoria.dev>2019-10-01 17:05:35 +0300
committerVictoria Drake <hello@victoria.dev>2019-10-01 17:05:35 +0300
commitb8496dc5a8389bf128c7c4b6ba09a10eba703a48 (patch)
tree3e82d9859fa7735f490c9751d30ba7701f2b3703 /layouts
parent64486a6ff18ccc069d15e42837d1c93182ace31d (diff)
Update docs
Diffstat (limited to 'layouts')
-rwxr-xr-xlayouts/partials/bottom_menu.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/layouts/partials/bottom_menu.html b/layouts/partials/bottom_menu.html
index 4cc2b5f..34cc98e 100755
--- a/layouts/partials/bottom_menu.html
+++ b/layouts/partials/bottom_menu.html
@@ -12,17 +12,13 @@
{{ if .Page.Site.Params.mainMenu }}
{{ range first 1 .Page.Site.Params.mainMenu }}
- <a href="{{ .link }}">
- {{ .text }}
- </a>
+ <a href="{{ .link }}">{{ .text }}</a>
{{ end }}
{{ if ( gt ( len .Page.Site.Params.mainMenu ) 1 ) }}
{{ range after 1 .Page.Site.Params.mainMenu }}
&#183;
- <a href="{{ .link }}">
- {{ .text }}
- </a>
+ <a href="{{ .link }}">{{ .text }}</a>
{{ end }}
{{ end }}
&#183;