From 0a613d377b14336c4b6194c7a7bf3a92ba1c2270 Mon Sep 17 00:00:00 2001 From: Djordje Atlialp Date: Thu, 14 Nov 2019 17:34:53 +0100 Subject: [PATCH] A bit cleanup --- README.md | 18 +--------------- layouts/partials/favicons.html | 18 ++++++++-------- layouts/partials/footer.html | 5 ----- layouts/partials/head.html | 4 ++-- layouts/partials/pagination.html | 36 ++++++++++++++++---------------- 5 files changed, 30 insertions(+), 51 deletions(-) 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 }} -