aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/_default/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'generators/hugo/themes/tdro/layouts/_default/single.html')
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/single.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/generators/hugo/themes/tdro/layouts/_default/single.html b/generators/hugo/themes/tdro/layouts/_default/single.html
index 572b90a..df33970 100644
--- a/generators/hugo/themes/tdro/layouts/_default/single.html
+++ b/generators/hugo/themes/tdro/layouts/_default/single.html
@@ -21,7 +21,14 @@
{{- partial "page-status.html" . -}}
- {{- .Content | replaceRE "<p>" "<p class=\"serif is-size-serif\">" | replaceRE "<h2" "<h2 class=\"serif\"" | replaceRE "<h3" "<h3 class=\"serif\"" | safeHTML }}
+ {{- .Content |
+ replaceRE "<p>\n<figure>" "<figure>" |
+ replaceRE "</figure></p>" "</figure>" |
+ replaceRE "<p>" "<p class=\"serif is-size-serif\">" |
+ replaceRE "<h2" "<h2 class=\"serif\"" |
+ replaceRE "<h3" "<h3 class=\"serif\"" |
+ safeHTML
+ -}}
</article>
</div>
</div>