forked from leftypol/leftypol

Chunky PR Reviewed-on: https://git.leftypol.org/leftypol/leftypol/pulls/167 Co-authored-by: Zankaria <zankaria.auxa@skiff.com> Co-committed-by: Zankaria <zankaria.auxa@skiff.com>
7 lines
222 B
HTML
7 lines
222 B
HTML
{% if config.poster_ids %}
|
|
{% if post.thread %}
|
|
<span class="poster_id">{{ post.ip|poster_id(post.thread) }}</span>
|
|
{% else %}
|
|
<span class="poster_id">{{ post.ip|poster_id(post.id) }}</span>
|
|
{% endif %}
|
|
{% endif %}
|