mirror of
https://github.com/yuzu-emu/shared-bulma-theme.git
synced 2024-11-22 07:55:37 +01:00
Add dropdown message shortcode
This commit is contained in:
parent
72ea06b00e
commit
7a0f53400f
12
layouts/shortcodes/message.html
Normal file
12
layouts/shortcodes/message.html
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<article class="message">
|
||||||
|
<div class="message-header is-dropdown">
|
||||||
|
<p>{{ .Get 0 }}</p>
|
||||||
|
|
||||||
|
<span class="icon">
|
||||||
|
<i class="fas fa-lg fa-arrow-circle-down"></i>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<div class="message-body is-dropdown-target">
|
||||||
|
{{ .Inner | markdownify }}
|
||||||
|
</div>
|
||||||
|
</article>
|
Loading…
Reference in New Issue
Block a user