aboutsummaryrefslogtreecommitdiff
path: root/generators
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-08-27 01:49:05 -0400
committerThedro Neely <thedroneely@gmail.com>2021-08-27 01:50:09 -0400
commitacda1de05ea39547a39e1ffba606501f83103003 (patch)
treeb2d732c686dc785a055312de28c4fecf43f5d949 /generators
parent143b8796b616e95563d049c91b3989126c7be4c4 (diff)
downloadthedroneely.com-acda1de05ea39547a39e1ffba606501f83103003.tar.gz
thedroneely.com-acda1de05ea39547a39e1ffba606501f83103003.tar.bz2
thedroneely.com-acda1de05ea39547a39e1ffba606501f83103003.zip
generators/hugo/layouts/abstracts/section: Center align list vertically
Diffstat (limited to 'generators')
-rw-r--r--generators/hugo/themes/tdro/layouts/abstracts/section.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/generators/hugo/themes/tdro/layouts/abstracts/section.html b/generators/hugo/themes/tdro/layouts/abstracts/section.html
index ce1ed6e..bdd4c8d 100644
--- a/generators/hugo/themes/tdro/layouts/abstracts/section.html
+++ b/generators/hugo/themes/tdro/layouts/abstracts/section.html
@@ -9,7 +9,7 @@
See an archive of all {{ .Type }} <a href="{{ partial "archive-link.html" . }}">here.</a>
</span>
<recent-article>
- <div class="tile is-ancestor has-text-centered">
+ <div class="abstract tile is-ancestor has-text-centered">
{{ range where .Paginator.Pages ".Params.hidden" "ne" "true" }}
{{ .Render "summary" }}
{{ end }}