mirror of
https://github.com/safing/web
synced 2025-09-01 02:29:02 +00:00
Enable PU blogs to use <ul>
This commit is contained in:
parent
7e00be0aaa
commit
3b3b7a129f
1 changed files with 6 additions and 0 deletions
|
@ -104,6 +104,12 @@
|
|||
<li>{{ li }}</li>
|
||||
{% endfor %}
|
||||
</ol>
|
||||
{% elsif tag.type == 'ul' %}
|
||||
<ul>
|
||||
{% for li in tag.lis %}
|
||||
<li>{{ li }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% else %}
|
||||
<{{ tag.type }}>{{ tag.text }}</{{tag.type}}>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue