From 512edf741399faf22b72bae0984927f3b3b9a4cc Mon Sep 17 00:00:00 2001 From: Murali Mohan Rath Date: Wed, 28 Oct 2015 22:04:22 +1100 Subject: minor tweaks --- layouts/_default/list.html | 6 +++--- layouts/_default/section.html | 6 +++--- layouts/_default/terms.html | 6 +++--- layouts/partials/base/footer.html | 6 ++---- layouts/partials/base/header.html | 8 ++++---- layouts/partials/bloc/footer/nav.html | 10 +++++++--- layouts/partials/modules/site/link/footmenu.html | 3 --- layouts/partials/modules/site/link/top.html | 1 - 8 files changed, 22 insertions(+), 24 deletions(-) delete mode 100644 layouts/partials/modules/site/link/footmenu.html delete mode 100644 layouts/partials/modules/site/link/top.html diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 54f421a..dbef94a 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,6 +1,6 @@ {{ partial "head" . }} -
-
+
+
{{ partial "bloc/content/h1-title" . }}
    @@ -9,5 +9,5 @@ {{ end }}
{{ partial "bloc/content/pagination.html" . }} -
+ {{ partial "foot" . }} diff --git a/layouts/_default/section.html b/layouts/_default/section.html index d115672..ac541d3 100644 --- a/layouts/_default/section.html +++ b/layouts/_default/section.html @@ -1,11 +1,11 @@ {{ partial "head" . }} -
-
+
+
{{ partial "bloc/content/h1-title" . }}
{{ range $index, .Paginator.Pages }} {{ .Render "section.li" }} {{ end }} {{ partial "bloc/content/pagination" . }} -
+ {{ partial "foot" . }} diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html index ec5e77d..7e13297 100644 --- a/layouts/_default/terms.html +++ b/layouts/_default/terms.html @@ -1,6 +1,6 @@ {{ partial "head" . }} -
-
+
+
{{ partial "bloc/content/h1-title" . }}
    @@ -17,5 +17,5 @@ {{ end }}
-
+ {{ partial "foot" . }} diff --git a/layouts/partials/base/footer.html b/layouts/partials/base/footer.html index efb23b5..fecf6d9 100644 --- a/layouts/partials/base/footer.html +++ b/layouts/partials/base/footer.html @@ -1,12 +1,10 @@