hugo-theme-hyde-hyde/layouts/shortcodes/warning.html

5 lines
146 B
HTML
Raw Normal View History

2018-07-21 06:31:30 +10:00
<blockquote class="warning">
2019-06-24 13:28:09 +10:00
<strong>{{ .Get 0 | default "Warning" | markdownify }}</strong><br>
{{ .Inner | markdownify }}
2018-07-26 17:52:57 +10:00
</blockquote>