diff --git a/layouts/index.html b/layouts/index.html index 670c2b0..c474904 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -2,6 +2,8 @@ {{ partial "banner.html" . }} +{{ partial "top_button.html" . }} + {{ partial "navigation.html" . }} {{ partial "bradcrumb.html" . }} @@ -10,4 +12,6 @@ {{ partial "blog.html" . }} +{{ partial "contact.html" . }} + {{ end }} \ No newline at end of file