Rename feature-figure.html to featured-media and combine CSS with figures

- Rename feature-figure.html and its class from post-media to
  featured-media
- Move all <figure> formatting to a separate section
- Put the .featured-media CSS next to the rest of the figure formatting
  as it's sorta a special case of regular figure
This commit is contained in:
2025-09-01 01:10:16 -05:00
parent 1ee8d314c0
commit 8e22007bfd
4 changed files with 35 additions and 30 deletions

View File

@@ -23,7 +23,7 @@
</div>
{{ end }}
{{ partial "feature-figure.html" . }}
{{ partial "featured-media.html" . }}
<div class="post-content" data-pagefind-body>
{{ .Content }}