mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-05 08:25:59 -06:00
8 lines
255 B
HTML
8 lines
255 B
HTML
<aside>
|
|
{{ with .Inner }}
|
|
{{ . | markdownify }}
|
|
{{ else }}
|
|
{{ errorf "The aside shortcode needs to be a closing one (similar to the highlight shortcode, see https://gohugo.io/templates/shortcode-templates/#inner" }}
|
|
{{ end }}
|
|
</aside>
|