erynwells.me/layouts/shortcodes/section.html
Eryn Wells bfee27e7c5 Fix "me" image on the about page
Add a section shortcode to enable wrapping a chunk of a post in a <section>
Add a section.flow class that removes grid from the section
Fix up the about styles so that the paragraph that Hugo wraps the <img> in behaves sensibly when floated
Fix the alt text in the circular_image shortcode
2023-11-18 11:11:34 -08:00

3 lines
84 B
HTML

<section {{ with .Get "class" }}class="{{ . }}"{{ end }}>
{{ .Inner }}
</section>