Merge pull request 'Use emoji for thumbs count' (#2) from ncts/rural-dict:main into main

Reviewed-on: https://codeberg.org/cobra/rural-dict/pulls/2
This commit is contained in:
Skylar "The Cobra" Widulski 2024-03-01 21:39:25 +00:00
commit 7b64b92c83
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<p><i>{{ example|safe }}</i></p>
<p>{{ author|safe }}</p>
{% if thumbs_up and thumbs_down %}
<p>{{ thumbs_up|safe }} up, {{ thumbs_down|safe }} down</p>
<p>{{ thumbs_up|safe }}<span title="thumbs up">👍</span> {{ thumbs_down|safe }}<span title="thumbs down">👎</span></p>
{% endif %}
</div>
<br>