fix: alt text

This commit is contained in:
Cory Dransfeldt 2024-09-08 11:33:50 -07:00
parent 78c0b9c166
commit caaf12042e
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -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">