diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index ac41f1a..f9ee8a3 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -11,12 +11,12 @@ {{ end }} - + + {{ partial "footer.html" . }} diff --git a/layouts/index.html b/layouts/index.html index 090f7d0..08f7148 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,5 +1,5 @@ {{ define "main" }} -
+
{{ $paginator := .Paginate ((where .Site.RegularPages "Section" "moments").ByParam "top") }} {{ range $paginator.Pages }} {{ partial "row.html" . }} @@ -11,31 +11,28 @@ {{ define "pagination" }} {{ $paginator := .Paginate ((where .Site.RegularPages "Section" "moments").ByParam "top") }} {{ if $paginator.HasPrev }} -
  • - Previous -
  • + + +
    Previous
    +
    {{ else }} -
  • - Previous -
  • +
    Previous
    {{ end }} {{ $current_num := $paginator.PageNumber }} {{ range (seq 1 $paginator.TotalPages) }} {{ if (eq $current_num .)}} -
  • {{.}}
  • +
    {{.}}
    {{ else }} -
  • {{.}}
  • +
    {{.}}
    {{ end }} {{end}} {{ if $paginator.HasNext }} -
  • - Next -
  • + +
    Next
    +
    {{ else }} -
  • - Next -
  • +
    Next
    {{ end }} {{ end }} \ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index f1b14c4..361a026 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,5 +1,3 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 3a89563..4a0b838 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,9 +1,11 @@ - + + + - - @@ -34,5 +36,10 @@ + + + + + {{ .Site.Params.title }} \ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 01b186d..ae12357 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,7 +1,7 @@
    -

    {{ .Site.Params.title }}

    -

    {{ .Site.Params.signature }}

    +
    {{ .Site.Params.title }}
    +

    {{ .Site.Params.signature }}

    \ No newline at end of file diff --git a/layouts/partials/pic_set.html b/layouts/partials/pic_set.html index 21ca548..7318a2b 100644 --- a/layouts/partials/pic_set.html +++ b/layouts/partials/pic_set.html @@ -1,33 +1,17 @@ -