aboutsummaryrefslogtreecommitdiff
path: root/themes/neonxp/layouts/partials/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/neonxp/layouts/partials/list.html')
-rw-r--r--themes/neonxp/layouts/partials/list.html16
1 files changed, 9 insertions, 7 deletions
diff --git a/themes/neonxp/layouts/partials/list.html b/themes/neonxp/layouts/partials/list.html
index 72d546c..3c5811e 100644
--- a/themes/neonxp/layouts/partials/list.html
+++ b/themes/neonxp/layouts/partials/list.html
@@ -1,11 +1,13 @@
<article>
- <header class="space-between">
- <a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
- {{ if .Date }}
- <span>
- {{- .Date | time.Format (or .Site.Params.dateFormat.published "02 Jan 2006") -}}
- </span>
- {{ end }}
+ <header>
+ <div class="row between-sm">
+ <a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
+ {{ if .Date }}
+ <span>
+ {{- .Date | time.Format (or .Site.Params.dateFormat.published "02 Jan 2006") -}}
+ </span>
+ {{ end }}
+ </div>
</header>
{{ if .Description }}
{{ .Description }}