aboutsummaryrefslogtreecommitdiff
path: root/generators
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2023-06-05 18:03:11 -0400
committerThedro Neely <thedroneely@gmail.com>2023-06-05 18:03:11 -0400
commit4aec12155de832be5b603b706d3dace9895a8a5f (patch)
tree13055dbb4140b24edab5b80652a0fdd47227dad6 /generators
parent1cb3e3c866bbf16f020ed37080d4f3590f90806b (diff)
downloadthedroneely.com-4aec12155de832be5b603b706d3dace9895a8a5f.tar.gz
thedroneely.com-4aec12155de832be5b603b706d3dace9895a8a5f.tar.bz2
thedroneely.com-4aec12155de832be5b603b706d3dace9895a8a5f.zip
public/css: article-meta-top -> article header
Diffstat (limited to 'generators')
-rw-r--r--generators/hugo/themes/tdro/layouts/partials/article-meta-top.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/generators/hugo/themes/tdro/layouts/partials/article-meta-top.html b/generators/hugo/themes/tdro/layouts/partials/article-meta-top.html
index 27f069c..823c569 100644
--- a/generators/hugo/themes/tdro/layouts/partials/article-meta-top.html
+++ b/generators/hugo/themes/tdro/layouts/partials/article-meta-top.html
@@ -1,4 +1,4 @@
-<article-meta-top>
+<header>
<aside>
{{- partial "meta-pagedate.html" . -}}
{{- partial "meta-pagetags.html" . -}}
@@ -10,4 +10,4 @@
{{- partial "meta-feedlink.html" . -}}
{{- partial "meta-pagestatus.html" . -}}
</aside>
-</article-meta-top>
+</header>