blog/shortcodes/centered.html

4 lines
96 B
HTML
Raw Normal View History

2024-11-28 17:54:37 +01:00
<p align="center">
<img alt="example" src="{{.Get `image`}}" style="max-width: 100%;">
</p>