fix: alt text
This commit is contained in:
parent
78c0b9c166
commit
caaf12042e
3 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ isbn: {{ book.isbn }}
|
|||
schema: book
|
||||
---
|
||||
{%- capture alt -%}
|
||||
{{ book.title }}{% if book.authors %}By {{ book.authors }}{% endif %}
|
||||
{{ book.title }}{% if book.author %} by {{ book.author }}{% endif %}
|
||||
{%- endcapture -%}
|
||||
<a class="icon-link" href="/books" title="Go back to the books index page">{% tablericon "arrow-left" "Go back to the books index page" %} Back to books</a>
|
||||
<article class="book-focus">
|
||||
|
|
Reference in a new issue