aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/abstracts/section.html
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-04-02 04:11:04 -0400
committerThedro Neely <thedroneely@gmail.com>2022-04-02 04:11:04 -0400
commit40e1ea11041031dd65be0a0541cad0b2dda71d3e (patch)
tree837649099e80faf1b8c69ddb4f96b4634aee519b /generators/hugo/themes/tdro/layouts/abstracts/section.html
parent53733f7d389f84174b6c4294a24d3ab70b852d5d (diff)
downloadthedroneely.com-40e1ea11041031dd65be0a0541cad0b2dda71d3e.tar.gz
thedroneely.com-40e1ea11041031dd65be0a0541cad0b2dda71d3e.tar.bz2
thedroneely.com-40e1ea11041031dd65be0a0541cad0b2dda71d3e.zip
app/model/HTMLExtract: Simplify
Empty elements not supported in libxml2.
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>