diff --git a/LICENSE.md b/LICENSE.md old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/archetypes/default.md b/archetypes/default.md old mode 100644 new mode 100755 diff --git a/exampleSite/config.toml b/exampleSite/config.toml old mode 100644 new mode 100755 diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md old mode 100644 new mode 100755 diff --git a/exampleSite/content/post/creating-a-new-theme.md b/exampleSite/content/post/creating-a-new-theme.md old mode 100644 new mode 100755 diff --git a/exampleSite/content/post/goisforlovers.md b/exampleSite/content/post/goisforlovers.md old mode 100644 new mode 100755 diff --git a/exampleSite/content/post/hugoisforlovers.md b/exampleSite/content/post/hugoisforlovers.md old mode 100644 new mode 100755 diff --git a/exampleSite/content/post/migrate-from-jekyll.md b/exampleSite/content/post/migrate-from-jekyll.md old mode 100644 new mode 100755 diff --git a/exampleSite/static/profile.jpg b/exampleSite/static/profile.jpg old mode 100644 new mode 100755 diff --git a/images/about.png b/images/about.png old mode 100644 new mode 100755 diff --git a/images/index.png b/images/index.png deleted file mode 100644 index 27c41b0..0000000 Binary files a/images/index.png and /dev/null differ diff --git a/images/posts.png b/images/posts.png old mode 100644 new mode 100755 diff --git a/images/screenshot.png b/images/screenshot.png old mode 100644 new mode 100755 diff --git a/images/tn.png b/images/tn.png old mode 100644 new mode 100755 diff --git a/layouts/404.html b/layouts/404.html old mode 100644 new mode 100755 diff --git a/layouts/_default/list.html b/layouts/_default/list.html old mode 100644 new mode 100755 index 54b424e..21aeb6c --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -16,7 +16,7 @@

{{ .Title }}

+ {{ partial "pagination" . }}
{{ partial "footer.html" . }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html old mode 100644 new mode 100755 diff --git a/layouts/index.html b/layouts/index.html old mode 100644 new mode 100755 diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html old mode 100644 new mode 100755 diff --git a/layouts/partials/head.html b/layouts/partials/head.html old mode 100644 new mode 100755 diff --git a/layouts/partials/header.html b/layouts/partials/header.html old mode 100644 new mode 100755 diff --git a/layouts/partials/pagination.html b/layouts/partials/pagination.html new file mode 100755 index 0000000..5ac6d28 --- /dev/null +++ b/layouts/partials/pagination.html @@ -0,0 +1,30 @@ +{{ $pag := $.Paginator }} +{{ if gt $pag.TotalPages 1 }} +
+ +
+{{ end }} + diff --git a/static/css/nix.css b/static/css/nix.css old mode 100644 new mode 100755 diff --git a/theme.toml b/theme.toml old mode 100644 new mode 100755