optimize blog template
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Denys Konovalov 2023-01-30 20:30:00 +01:00
parent c6ac705b7d
commit ea98c4d758

@ -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')
))
)
)
)