diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 2644fd1..c3d84ac 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -11,7 +11,7 @@ {{ .Date.Format "2006-01-02" }} - {{ with .Params.Author }} {{ end }} + {{ with .Params.Author }} {{ end }} {{ if .Params.tags }} @@ -35,7 +35,7 @@ {{ end }} {{ end }} -
+ {{ end }} {{ partial "pagination.html" . }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 15f2bad..6cd6f3d 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -7,7 +7,7 @@ {{ .Format "2006-01-02" }} {{ end }} - {{ with .Params.Author }} {{ end }} + {{ with .Params.Author }} {{ end }} {{ if .Params.tags }} @@ -28,7 +28,7 @@ {{ if or .NextInSection .PrevInSection }}