feat: example post

This commit is contained in:
2024-11-28 17:54:37 +01:00
parent 1b2faa27dc
commit cda2e5b41d
5 changed files with 89 additions and 6 deletions

3
shortcodes/centered.html Normal file
View File

@ -0,0 +1,3 @@
<p align="center">
<img alt="example" src="{{.Get `image`}}" style="max-width: 100%;">
</p>