Fix Google Analytic not showing up for v3 ID

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
hossainemruz 2021-06-27 23:58:29 +06:00
parent 091c77360d
commit d38b778f8f
3 changed files with 15 additions and 3 deletions

View file

@ -5,7 +5,7 @@
<!-- List all the pages. It uses the sidebar menu to discover the page order. -->
{{ $pages := slice }}
{{ if isset site "Menus" }}
{{ if isset site.Menus "sidebar" }}
{{ $pages = partial "helpers/get-pages.html" site.Menus.sidebar }}
{{ end }}