Files
website-hugo/themes/lhs/layouts/shortcodes/bgallery.html
engineershamrock 23e370f4ee Blog update for large storage
Added aimage, bimage, bgallery and fimage shortcodes
2024-06-26 21:13:23 +01:00

13 lines
243 B
HTML

<!-- 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 -->