diff --git a/README.md b/README.md index 82a8637..b00cc38 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ To update submodule and to have latest version of the theme with your project, r git submodule update --remote ``` -## GOOD-TO-KNOW LIST +## First Use Knowledge ### Features Inherited from Original Theme @@ -96,6 +96,7 @@ The following icons are supported, please make sure the `name` filed is exactly | `shutterstock` | `freepik` | `adobestock` | `123rf` | | `dreamstime` | `dribbble` | `behance` | `paypal` | | `twitch` | `qq` | `mastodon` | `discord` | +| `etsy` | `tiktok` | | | If that's not enough, you can see [Overriding templates](#overriding-templates) section. diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index 9abe793..690d2b7 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -1,12 +1,12 @@ - {{- range .Site.Menus.main }} - {{- if .HasChildren }} - {{ .Name }} - - {{- range .Children }} - {{ .Name }} - {{- end }} - - {{- else }} - {{ .Name }} - {{- end }} - {{- end }} +{{- range .Site.Menus.main -}} + {{- if .HasChildren -}} + {{ .Name }} + + {{- range .Children -}} + {{ .Name }} + {{- end -}} + + {{- else -}} + {{ .Name }} + {{- end -}} +{{- end -}}