Skip to content

Commit 345eaaf

Browse files
authored
Update index.html.jinja
1 parent ff3fabc commit 345eaaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nonebot_plugin_picmenu_next/templates/default/res/index.html.jinja

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
<div class="card flex relative">
1919
<div class="index"><span class="no">No.</span>{{ loop.index }}</div>
2020
<h3>{{ it.name }}</h3>
21+
{% if it.description -%}
2122
<div class="md">{{ it.description | layout(it.pmn.markdown) }}</div>
23+
{% endif -%}
2224
</div>
2325
{% endfor -%}
2426
</div>

0 commit comments

Comments
 (0)