This commit is contained in:
hossainemruz 2020-04-18 04:49:02 +06:00
parent 6e747d9e0c
commit 00ebe687a9
7 changed files with 245 additions and 1 deletions

View file

@ -1,5 +1,5 @@
{{ define "navbar" }}
{{ partial "navbar-2.html" (dict "baseURL" .Site.BaseURL "title" .Site.Title "hasToggleButton" true) }}
{{ partial "navbar-2.html" (dict "baseURL" .Site.BaseURL "title" .Site.Title "hasToggleButton" false) }}
{{ end }}
{{ define "content" }}