diff --git a/themes/simplecss/layouts/_default/li.html b/themes/simplecss/layouts/_default/li.html index e1049d9f..17aed5b3 100644 --- a/themes/simplecss/layouts/_default/li.html +++ b/themes/simplecss/layouts/_default/li.html @@ -1,26 +1,30 @@ -
-

- {{ .Title }} -

-
- -
- {{ if .Params.categories }} -
- {{ range .Params.categories }} - {{ . }} - {{ end }} +
  • +
    + +
    +
    +
    - {{ end }} - {{ if .Params.tags }} -
    - {{ range .Params.tags }} - {{ . }} +
    + {{ if .Params.categories }} +
    + {{ range .Params.categories }} + {{ . }} + {{ end }} +
    + {{ end }} + {{ if .Params.tags }} +
    + {{ range .Params.tags }} + {{ . }} + {{ end }} +
    {{ end }}
    - {{ end }}
    -
  • + diff --git a/themes/simplecss/layouts/_default/list.html b/themes/simplecss/layouts/_default/list.html index bdfb282e..23fe7d08 100644 --- a/themes/simplecss/layouts/_default/list.html +++ b/themes/simplecss/layouts/_default/list.html @@ -1,9 +1,11 @@ {{ define "main" }} - {{ $pag := .Paginate (.Pages) 10 }} -
    + {{ $pag := .Paginate (.Pages) 50 }} +
    +
    {{ partial "pagination" . }} diff --git a/themes/simplecss/layouts/_default/taxonomy.html b/themes/simplecss/layouts/_default/taxonomy.html index 29dccb46..e716cca4 100644 --- a/themes/simplecss/layouts/_default/taxonomy.html +++ b/themes/simplecss/layouts/_default/taxonomy.html @@ -11,10 +11,12 @@

    「{{ .Title }}」 List

    -
    - {{ range .Data.Pages }} - {{ .Render "li" }} - {{ end }} +
    +
      + {{ range .Data.Pages }} + {{ .Render "li" }} + {{ end }} +
    diff --git a/themes/simplecss/layouts/_default/terms.html b/themes/simplecss/layouts/_default/terms.html index 1cf3d13e..6d8d3d74 100644 --- a/themes/simplecss/layouts/_default/terms.html +++ b/themes/simplecss/layouts/_default/terms.html @@ -5,7 +5,7 @@ {{ $data := .Data }} {{ range $key, $value := .Data.Terms }}
  • -

    +

    {{ $key }}({{ len $value }})