Adds close button to suggested post window on mobile

This commit is contained in:
Mouse Reeve
2020-12-22 08:21:43 -08:00
parent a4e4d260df
commit fdbce5d05e
2 changed files with 15 additions and 11 deletions

View File

@ -1,9 +1,5 @@
<span>
<a href="/book/{{ book.id }}">{{ book.title }}</a>
</span>
<a href="/book/{{ book.id }}">{{ book.title }}</a>
{% if book.authors %}
<span>
by {% include 'snippets/authors.html' with book=book %}
</span>
by {% include 'snippets/authors.html' with book=book %}
{% endif %}