Introduce Badge shortcode
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<blockquote class="book-hint {{ .Get 0 }}">
|
||||
<blockquote class="book-hint {{ default "default" (.Get 0) }}">
|
||||
{{ .Inner | safeHTML }}
|
||||
</blockquote>
|
||||
|
||||
Reference in New Issue
Block a user