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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/generators/hugo/themes/tdro/layouts/abstracts/section.html b/generators/hugo/themes/tdro/layouts/abstracts/section.html
index bdd4c8d..b4121a2 100644
--- a/generators/hugo/themes/tdro/layouts/abstracts/section.html
+++ b/generators/hugo/themes/tdro/layouts/abstracts/section.html
@@ -8,13 +8,13 @@
<span class="marginnote rightnote">
See an archive of all {{ .Type }} <a href="{{ partial "archive-link.html" . }}">here.</a>
</span>
- <recent-article>
+ <recent-articles>
<div class="abstract tile is-ancestor has-text-centered">
{{ range where .Paginator.Pages ".Params.hidden" "ne" "true" }}
{{ .Render "summary" }}
{{ end }}
</div>
- </recent-article>
+ </recent-articles>
</article>
{{ partial "pagination.html" . }}
<br>