Files
quick-n-dirty/templates/post/poster_id.html
T

4 lines
79 B
HTML

{% if config.poster_ids %}
ID: {{ post.ip|poster_id(post.id) }}
{% endif %}