default open; hide response buttons too when closed

This commit is contained in:
Kevin Marks 2016-06-22 09:17:45 +00:00
parent cb8b85623f
commit 789c012790

View file

@ -28,7 +28,7 @@
{% endfor %} {% endfor %}
<article> <article>
<details><summary><header> <details open><summary><header>
{% if entry.author_photo %} {% if entry.author_photo %}
<img src="{{entry.author_photo|proxy_image}}"/> <img src="{{entry.author_photo|proxy_image}}"/>
{% endif %} {% endif %}
@ -71,7 +71,6 @@
</div> </div>
{% endif %} {% endif %}
</details>
<footer> <footer>
{% set location = entry.get_property('location') %} {% set location = entry.get_property('location') %}
{% if location and 'name' in location %} {% if location and 'name' in location %}
@ -98,4 +97,5 @@
{% include '_reply.jinja2' with context %} {% include '_reply.jinja2' with context %}
</div> </div>
</footer> </footer>
</details>
</article> </article>