Compare commits

...

2 Commits

Author SHA1 Message Date
Skylar "The Cobra" Widulski 7b64b92c83 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
2024-03-01 21:39:25 +00:00
Blair Noctis 3edfa3a041
feat: use emoji for thumbs count 2024-03-02 04:06:14 +08:00
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>