diff --git a/layouts/index.html b/layouts/index.html index 59138e0..3c9cff1 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -36,7 +36,7 @@

Page {{ $paginator.PageNumber}} of {{ $paginator.TotalPages }}

{{ if $paginator.HasPrev }} - + @@ -47,7 +47,7 @@ {{ end }} {{ if $paginator.HasNext }} - + Older @@ -61,4 +61,4 @@
{{ end }} -{{ end }} \ No newline at end of file +{{ end }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 0291382..67ba48f 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,5 +1,5 @@
- {{ .Site.Title }} + {{ .Site.Title }}
-
\ No newline at end of file + diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index 63eb0e2..3e5a2fd 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -3,9 +3,9 @@ {{ partial "header.html" . }} {{ partial "footer.html" . }} - \ No newline at end of file +