diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 502b6ed..4c4bdf5 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -7,7 +7,7 @@
- {{ .Date.Format "2006-01-02" }}
+ {{ .Date.Format "2006-01-02" }}
{{ range .Params.tags }}
{{ . }}
diff --git a/layouts/posts/list.html b/layouts/posts/list.html
index d45aa83..1878dde 100644
--- a/layouts/posts/list.html
+++ b/layouts/posts/list.html
@@ -6,7 +6,7 @@
{{ range $paginator.PageGroups }}
{{ $month := (print .Key "-01") }}
-
+
{{ range .Pages.ByDate }}