diff --git a/README.md b/README.md index 2600bf5..4a1d3a9 100644 --- a/README.md +++ b/README.md @@ -108,23 +108,7 @@ theme = "hello-friend-ng" # path = "/img/your-example-logo.svg" # alt = "Your example logo alt text" - # You can create a language based menu - [languages.en.menu] - [[languages.en.menu.main]] - identifier = "about" - name = "About" - url = "/about" - [[languages.en.menu.main]] - identifier = "showcase" - name = "Showcase" - url = "/showcase" - -# And you can even create generic menu -[menu] - [[menu.main]] - identifier = "about" - name = "About" - url = "/about" + # And you can even create generic menu [[menu.main]] identifier = "blog" name = "Blog" diff --git a/layouts/partials/favicons.html b/layouts/partials/favicons.html index 3c523f8..36e2eac 100644 --- a/layouts/partials/favicons.html +++ b/layouts/partials/favicons.html @@ -1,10 +1,10 @@ {{- with .Site.Params.favicon.color }} - - - - - - - - -{{ end }} \ No newline at end of file + + + + + + + + +{{ end }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index f10923a..78f5fc0 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -9,11 +9,6 @@ {{- with (not (in (.Site.Language.Get "disableKinds") "RSS")) }} {{ end }} -