mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Add links to content for tiles in /nojs
If the tiles are now clicked, they redirect to main page of book.
This commit is contained in:
@ -51,7 +51,7 @@
|
||||
<div class="book__list">
|
||||
{{#books}}
|
||||
<div class="book__wrapper">
|
||||
<a class="book__link" href="#" title="Preview" aria-label="Preview">
|
||||
<a class="book__link" href="{{root}}/content/{{id}}" title="Preview" aria-label="Preview">
|
||||
<div class="book__link__wrapper">
|
||||
<div class="book__icon" {{faviconAttr}}></div>
|
||||
<div class="book__header">
|
||||
|
Reference in New Issue
Block a user