aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/abstracts/section.html
diff options
context:
space:
mode:
Diffstat (limited to 'generators/hugo/themes/tdro/layouts/abstracts/section.html')
-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 }}