Change image shortcode to use div

This commit is contained in:
Will Faught
2024-06-03 23:17:35 -07:00
parent fedcac0f3e
commit 46afb013bc
4 changed files with 24 additions and 110 deletions

View File

@@ -288,4 +288,4 @@
{{ $content = partial "paige/a.html" (dict "content" $content "href" $link "page" $page) }}
{{ end }}
<span class="paige-image">{{ $content }}</span>
{{ $content }}

View File

@@ -25,10 +25,6 @@ body, html {
margin-bottom: 0;
}
.paige-figure .paige-image {
margin-bottom: 0;
}
.paige-figure .paige-quote > blockquote {
margin-bottom: 0;
}