Improve semantic HTML tag usage on content pages

This commit is contained in:
2025-08-24 03:52:23 -05:00
parent 267652a7e4
commit 20f22b7926
4 changed files with 72 additions and 70 deletions

View File

@@ -1,4 +1,4 @@
<div class="share-buttons">
<section class="share-buttons">
{{ if .Site.Params.shareButtons.twitter }}
<a class="twitter-share"
target="_blank"
@@ -66,4 +66,4 @@
{{- partial "icon.html" "printer" -}}
</a>
{{ end }}
</div>
</section>