diff --git a/layouts/index.html b/layouts/index.html index 058ed89..07e2292 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -10,30 +10,30 @@ {{ define "pagination" }} {{ 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/head.html b/layouts/partials/head.html index 2ea2ee3..1da333a 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -29,7 +29,7 @@ - + {{ .Site.Params.title }} \ No newline at end of file diff --git a/layouts/partials/row.html b/layouts/partials/row.html index 13999ca..41773b8 100644 --- a/layouts/partials/row.html +++ b/layouts/partials/row.html @@ -13,7 +13,8 @@ {{ with .Params.avatar }} {{ else }} - + + {{ end }}
    {{ with .Params.name }}