aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/_default/archive.html
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-05-23 16:50:58 -0400
committerThedro Neely <thedroneely@gmail.com>2020-05-23 16:50:58 -0400
commitb8918bc9c278c775222fb713d3466fbc2260ed3c (patch)
treed137281880042b499a77ebbc5f5d46a63b105c54 /generators/hugo/themes/tdro/layouts/_default/archive.html
parentce4092185cd7e06eaa0e6e0999f797f9d276496a (diff)
downloadthedroneely.com-b8918bc9c278c775222fb713d3466fbc2260ed3c.tar.gz
thedroneely.com-b8918bc9c278c775222fb713d3466fbc2260ed3c.tar.bz2
thedroneely.com-b8918bc9c278c775222fb713d3466fbc2260ed3c.zip
public/css/tdro: Align archive pages
Diffstat (limited to 'generators/hugo/themes/tdro/layouts/_default/archive.html')
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/archive.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/generators/hugo/themes/tdro/layouts/_default/archive.html b/generators/hugo/themes/tdro/layouts/_default/archive.html
index 152de19..feecc81 100644
--- a/generators/hugo/themes/tdro/layouts/_default/archive.html
+++ b/generators/hugo/themes/tdro/layouts/_default/archive.html
@@ -13,7 +13,7 @@
{{ range (where .Pages "Type" $type) }}
{{ if (eq ($.Scratch.Get "count") 1) }}
{{ $.Scratch.Set "count" 0 }}
- <h1 class="title is-4 has-text-weight-normal has-padding-left-md has-margin-bottom-lg">{{ .Date.Format "2006" }}</h1>
+ <h1 class="article__list title is-4 has-text-weight-normal has-margin-bottom-lg">{{ .Date.Format "2006" }}</h1>
{{ end }}
{{ end }}
@@ -24,7 +24,7 @@
{{ if (ne .Params.hidden true) }}
<li>
<a class="is-block" href="{{ .RelPermalink }}">
- <span class="has-text-grey-dark">{{ .Date.Format "02 Jan" }}</span> — {{ .Title }}
+ <span class="article__list__date monospace has-text-grey-dark">{{ .Date.Format "02 Jan" }}</span>{{ .Title }}
</a>
</li>
{{ end }}