optimize blog template

This commit is contained in:
Denys Konovalov 2023-01-30 20:30:00 +01:00
parent 3d28bf3e9e
commit b249e696c4

@ -643,7 +643,9 @@
h('div', {"className": "row"},
h('div', {"className": "col-12 mb-4"},
h('img', {"className": "img-fluid w-100 mb-4", src: imageUrl}),
widgetFor('body'))
h('div', {"className": "content"},
widgetFor('body')
))
)
)
)