From 8cb088e142fd1804dfe56664b3eed5c5f2e9f6d9 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 29 Dec 2017 10:35:43 -0800 Subject: [PATCH] home => blog --- bootstrap/layouts/collection.html | 19 +++++++++---------- bootstrap/layouts/content.html | 4 ++-- bootstrap/layouts/outer.html | 2 +- bootstrap/src/blog/post1.md | 2 +- bootstrap/src/blog/post2.md | 2 +- bootstrap/src/blog/post3.md | 2 +- bootstrap/src/blog/post4.md | 2 +- bootstrap/src/blog/post5.md | 2 +- bootstrap/src/blog/post6.md | 2 +- bootstrap/src/blog/post7.md | 2 +- bootstrap/src/index.md | 6 +++--- bootstrap/src/portfolio/index.md | 2 +- bootstrap/src/projects/index.md | 2 +- bootstrap/src/tags/index.md | 2 +- 14 files changed, 25 insertions(+), 26 deletions(-) diff --git a/bootstrap/layouts/collection.html b/bootstrap/layouts/collection.html index 141ff53..4d260b0 100644 --- a/bootstrap/layouts/collection.html +++ b/bootstrap/layouts/collection.html @@ -25,15 +25,15 @@ {{end}} {{range .Meta.Pager.PagesAll}} - {{if eq $.Meta.Pager.PageCurr.Index .Index}} -
  • - {{.Index}} -
  • - {{else}} -
  • - {{.Index}} -
  • - {{end}} + {{if eq $.Meta.Pager.PageCurr.Index .Index}} +
  • + {{.Index}} +
  • + {{else}} +
  • + {{.Index}} +
  • + {{end}} {{end}} {{if .Meta.Pager.PageCurr.Next}} @@ -50,4 +50,3 @@ {{template "footer" .}} {{end}} - diff --git a/bootstrap/layouts/content.html b/bootstrap/layouts/content.html index 0a211b3..611bc03 100644 --- a/bootstrap/layouts/content.html +++ b/bootstrap/layouts/content.html @@ -57,8 +57,8 @@ diff --git a/bootstrap/layouts/outer.html b/bootstrap/layouts/outer.html index 4980c58..5a71269 100644 --- a/bootstrap/layouts/outer.html +++ b/bootstrap/layouts/outer.html @@ -29,7 +29,7 @@