mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-27 22:54:22 +01:00
Added alert shortcode
This commit is contained in:
parent
0e589f1eaf
commit
b346711371
1 changed files with 1 additions and 0 deletions
1
layouts/shortcodes/alert.html
Normal file
1
layouts/shortcodes/alert.html
Normal file
|
@ -0,0 +1 @@
|
|||
<div class="alert {{ with .Get "theme" }}alert-{{.}}{{ end }}" role="alert" data-dir="{{ with .Get "dir" }}{{.}}{{ else }}ltr{{ end }}">{{ .Inner | markdownify }}</div>
|
Loading…
Reference in a new issue