forked from deepStateMirrors/tabi
Merge commit '9475df091491ca7b51c1b60b542720f10637d9dc'
This commit is contained in:
commit
1256451169
332 changed files with 25244 additions and 0 deletions
5
templates/shortcodes/aside.html
Normal file
5
templates/shortcodes/aside.html
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{%- set text = text | default(value=body) -%}
|
||||
|
||||
<aside {% if position %}data-position="{{ position }}"{% endif %}>
|
||||
{{ text | markdown | safe }}
|
||||
</aside>
|
||||
Loading…
Add table
Add a link
Reference in a new issue