Make the emoji template configurable
This commit is contained in:
parent
31d356ea49
commit
0f6fa36fbd
3 changed files with 11 additions and 6 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
<p>
|
||||
{% for emoji in emojis %}
|
||||
<span class="ji">{{ emoji }}</span>
|
||||
<span class="ji">{{ emoji | emojify | safe }}</span>
|
||||
{% endfor %}
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue