Blog update for large storage

Added aimage, bimage, bgallery and fimage shortcodes
This commit is contained in:
engineershamrock
2024-06-26 21:13:23 +01:00
parent faeb42a122
commit 23e370f4ee
5 changed files with 149 additions and 85 deletions

View File

@@ -0,0 +1,12 @@
<!-- Start Carousel -->
{{ $width := .Get "width" }}
<div style="margin: auto; width: 80%;">
<div style="display: block; margin-left: auto; margin-right: auto; width: {{ $width }}%">
{{ .Inner }}
</div>
</div>
<!-- End Carousel -->