Add files to repos
This commit is contained in:
5
themes/tabi/templates/shortcodes/aside.html
Normal file
5
themes/tabi/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>
|
||||
Reference in New Issue
Block a user