Adjust outgoing links
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
08b0c84a13
commit
09938710ab
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for book in books %}
|
{% for book in books %}
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://openlibrary.org/isbn/{{book.isbn}}">{{book.title}}</a></td>
|
<td><a target="_blank" rel="noreferrer noopener" href="https://openlibrary.org/isbn/{{book.isbn}}">{{book.title}}</a></td>
|
||||||
<td>{{book.author}}</td>
|
<td>{{book.author}}</td>
|
||||||
<td>{{book.year}}</td>
|
<td>{{book.year}}</td>
|
||||||
<td>{{book.pages}}</td>
|
<td>{{book.pages}}</td>
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
©2022 Severin Kaderli - <a href="https://git.kaderli.dev/severinkaderli/books.kaderli.dev/commit/{{GIT_COMMIT}}">{{GIT_COMMIT}}</a>
|
©2022 Severin Kaderli - <a target="_blank" rel="noreferrer noopener" href="https://git.kaderli.dev/severinkaderli/books.kaderli.dev/commit/{{GIT_COMMIT}}">{{GIT_COMMIT}}</a>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue