mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-27 23:34:24 +01:00
Added setting to disable breadcrumbs
This commit is contained in:
parent
33084ba1cb
commit
d3d6805899
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
{{ if site.Params.breadcrumbs }}
|
||||||
{{"<!-- Bradcrumb Section -->" | safeHTML}}
|
{{"<!-- Bradcrumb Section -->" | safeHTML}}
|
||||||
{{ $siteUrl := replace .Permalink ( printf "%s" .Site.BaseURL) "" }}
|
{{ $siteUrl := replace .Permalink ( printf "%s" .Site.BaseURL) "" }}
|
||||||
{{ $.Scratch.Add "sitePath" .Site.BaseURL }}
|
{{ $.Scratch.Add "sitePath" .Site.BaseURL }}
|
||||||
|
@ -24,3 +25,4 @@
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
{{"<!-- /Bradcrumb Section -->" | safeHTML}}
|
{{"<!-- /Bradcrumb Section -->" | safeHTML}}
|
||||||
|
{{ end }}
|
Loading…
Reference in a new issue