diff --git a/layouts/_default/summary.html b/layouts/_default/summary.html index b27089c..6ac6b5f 100644 --- a/layouts/_default/summary.html +++ b/layouts/_default/summary.html @@ -3,4 +3,4 @@ {{ .Title }} - \ No newline at end of file + diff --git a/layouts/partials/entry/summary.html b/layouts/partials/entry/summary.html index a0982c7..78c2c2f 100644 --- a/layouts/partials/entry/summary.html +++ b/layouts/partials/entry/summary.html @@ -1,7 +1,7 @@ {{ if .Params.twitter }}
- {{ .Date.Format $.Site.Params.fmt.Date }} - + {{ .Date.Format $.Site.Params.fmt.Date }} - {{ .Date.Format $.Site.Params.fmt.ISO8601 }}
@@ -20,16 +20,16 @@ {{ .Title }}
- {{ .Date.Format $.Site.Params.fmt.Date }} - + {{ .Date.Format $.Site.Params.fmt.Date }} - {{ .Date.Format $.Site.Params.fmt.ISO8601 }}
{{ .Summary }}
-
- +
-{{ end }} \ No newline at end of file +{{ end }}