Files
website-hugo/themes/lhs/layouts/shortcodes/bgallery.html
engineershamrock 1c5513c6d8 Large storage custom nas (#62)
NAS Storage blog post

Added `aimage`, `bimage`, `bgallery` and `fimage` custom shortcodes
2024-06-27 23:17:28 +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 -->