minor template tweaks
This commit is contained in:
parent
52a8564b97
commit
5ae94c2273
2 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
<footer>
|
||||
<a href="{{ context.permalink }}">{{ context.published }}</a>
|
||||
<a href="{{ context.permalink }}">{{ context.published | relative_time }}</a>
|
||||
</footer>
|
||||
</article>
|
||||
{% endfor %}
|
||||
|
@ -42,7 +42,7 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
<footer>
|
||||
<a href="{{ entry.permalink }}">{{ entry.published }}</a>
|
||||
<a href="{{ entry.permalink }}">{{ entry.published | relative_time }}</a>
|
||||
<div class="reply-area">
|
||||
{% include '_reply.jinja2' with context %}
|
||||
</div>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if current_user %}
|
||||
{% if current_user.is_authenticated() %}
|
||||
<script>
|
||||
webSocketSubscribe('woodwind:user:' + {{ current_user.id }});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue