default open; hide response buttons too when closed
This commit is contained in:
parent
cb8b85623f
commit
789c012790
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
{% endfor %}
|
||||
|
||||
<article>
|
||||
<details><summary><header>
|
||||
<details open><summary><header>
|
||||
{% if entry.author_photo %}
|
||||
<img src="{{entry.author_photo|proxy_image}}"/>
|
||||
{% endif %}
|
||||
|
@ -71,7 +71,6 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
</details>
|
||||
<footer>
|
||||
{% set location = entry.get_property('location') %}
|
||||
{% if location and 'name' in location %}
|
||||
|
@ -98,4 +97,5 @@
|
|||
{% include '_reply.jinja2' with context %}
|
||||
</div>
|
||||
</footer>
|
||||
</details>
|
||||
</article>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue