Make navbar brand URL context aware

This commit is contained in:
hossainemruz 2020-06-30 01:51:36 +06:00
parent 5e993f5740
commit b7ac8360cc
3 changed files with 3 additions and 4 deletions

View file

@ -7,7 +7,7 @@
{{ end }}
{{ define "navbar" }}
{{ partial "navbar-2.html" (dict "baseURL" .Site.BaseURL "title" .Site.Title "hasToggleButton" false) }}
{{ partial "navbar-2.html" (dict "baseURL" .Site.BaseURL "title" .Site.Title "hasToggleButton" false "navBrandURL" "/posts") }}
{{ end }}
{{ define "content" }}