From 0afb82da537ec5abbea159900bc1011a988913f4 Mon Sep 17 00:00:00 2001 From: Yixuan Qiu Date: Sun, 16 Jul 2017 13:57:36 -0700 Subject: add class attributes to certain elements (#2) Add class attributes to certain elements so that theme users can format them --- layouts/_default/list.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 459fa76..cad7dc9 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -15,9 +15,9 @@ {{ end }}

{{ .Title }}

-
- {{ .Date.Format "2006/01/02" }} - {{ with .Params.author }}{{ . }}{{ end }} +
+ {{ .Date.Format "2006/01/02" }} + {{ with .Params.author }}{{ . }}{{ end }}