mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-13 14:32:25 +00:00
NAS Storage blog post Added `aimage`, `bimage`, `bgallery` and `fimage` custom shortcodes
13 lines
243 B
HTML
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 -->
|