diff --git a/layouts/_default/list.html b/layouts/_default/list.html index b6cc36a..9969f20 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,5 +1,7 @@ {{ define "main" }} +{{ partial "top_button.html" . }} + {{ partial "navigation.html" . }} {{ partial "bradcrumb.html" . }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 488aae6..e56f312 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,5 +1,7 @@ {{ define "main" }} +{{ partial "top_button.html" . }} + {{ partial "navigation.html" . }} {{ partial "bradcrumb.html" . }} diff --git a/layouts/static/about.html b/layouts/static/about.html index 7e0fb8d..3b2f23a 100644 --- a/layouts/static/about.html +++ b/layouts/static/about.html @@ -1,5 +1,7 @@ {{ define "main" }} +{{ partial "top_button.html" . }} + {{ partial "navigation.html" . }} {{ partial "bradcrumb.html" . }} diff --git a/layouts/static/portfolio.html b/layouts/static/portfolio.html index 49663c6..79efc93 100644 --- a/layouts/static/portfolio.html +++ b/layouts/static/portfolio.html @@ -1,5 +1,7 @@ {{ define "main" }} +{{ partial "top_button.html" . }} + {{ partial "navigation.html" . }} {{ partial "bradcrumb.html" . }}