Make the emoji template configurable
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
<p>
|
||||
{% for emoji in emojis %}
|
||||
<span class="ji">{{ emoji }}</span>
|
||||
<span class="ji">{{ emoji | emojify | safe }}</span>
|
||||
{% endfor %}
|
||||
</p>
|
||||
|
||||
|
Reference in New Issue
Block a user