diff --git a/README.md b/README.md index ffb711c..df75eba 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Example Site: [Toha Example Site](https://toha.netlify.app) - Google Analytics Support - Disqus Comment Support -For more details about the features please visit [here](https://toha.netlify.app/posts/features/features/). +For more details about the features please visit [here](https://toha.netlify.app/posts/features/). ## Requirements diff --git a/layouts/partials/navigators/navbar-2.html b/layouts/partials/navigators/navbar-2.html index 8c9a490..7bb845b 100644 --- a/layouts/partials/navigators/navbar-2.html +++ b/layouts/partials/navigators/navbar-2.html @@ -1,10 +1,10 @@ {{ $mainLogo:="assets/images/main-logo.png" }} {{ $invertedLogo:="assets/images/inverted-logo.png" }} -{{ if .Site.Params.logo.main }} - {{ $mainLogo = .Site.Params.logo.main }} +{{ if site.Params.logo.main }} + {{ $mainLogo = site.Params.logo.main }} {{ end }} -{{ if .Site.Params.logo.inverted }} - {{ $invertedLogo = .Site.Params.logo.inverted }} +{{ if site.Params.logo.inverted }} + {{ $invertedLogo = site.Params.logo.inverted }} {{ end }}