forked from leftypol/leftypol
No more span games on posts
This commit is contained in:
parent
c6fa4706d8
commit
9c3755c7a7
4 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
{% if config.poster_ids %}
|
{% if config.poster_ids %}
|
||||||
{% if post.thread %}
|
{% if post.thread %}
|
||||||
<span class="poster_id">{{ post.ip|poster_id(post.thread) }}</span>
|
<span class="poster_id">{{ post.ip|poster_id(post.thread) }}</span>
|
||||||
{% else %}
|
{% else %}
|
||||||
<span class="poster_id">{{ post.ip|poster_id(post.id) }}</span>
|
<span class="poster_id">{{ post.ip|poster_id(post.id) }}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
<time datetime="{{ post.time|date('%Y-%m-%dT%H:%M:%S') }}{{ timezone() }}">{{ post.time|date(config.post_date) }}</time>
|
<time datetime="{{ post.time|date('%Y-%m-%dT%H:%M:%S') }}{{ timezone() }}">{{ post.time|date(config.post_date) }}</time>
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
{% include 'post/ip.html' %}
|
{% include 'post/ip.html' %}
|
||||||
{% include 'post/flag.html' %}
|
{% include 'post/flag.html' %}
|
||||||
</label>
|
</label>
|
||||||
<span></span>
|
|
||||||
{% include 'post/poster_id.html' %}
|
{% include 'post/poster_id.html' %}
|
||||||
<label class="post-details">
|
<label class="post-details">
|
||||||
{% include 'post/time.html' %}
|
{% include 'post/time.html' %}
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
{% include 'post/ip.html' %}
|
{% include 'post/ip.html' %}
|
||||||
{% include 'post/flag.html' %}
|
{% include 'post/flag.html' %}
|
||||||
</label>
|
</label>
|
||||||
<span></span>
|
|
||||||
{% include 'post/poster_id.html' %}
|
{% include 'post/poster_id.html' %}
|
||||||
<label class="post-details">
|
<label class="post-details">
|
||||||
{% include 'post/time.html' %}
|
{% include 'post/time.html' %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue