fix stupid typos
This commit is contained in:
parent
8a9da6ff0c
commit
a890cc4a87
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,6 +3,7 @@
|
||||||
/.env
|
/.env
|
||||||
/neodb.env
|
/neodb.env
|
||||||
/typings
|
/typings
|
||||||
|
/upgrade
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
|
|
@ -153,11 +153,11 @@
|
||||||
Search by ISBN:<br>
|
Search by ISBN:<br>
|
||||||
<a target="_blank"
|
<a target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
href="https://annas-archive.org/search?q={{ item.display_title }}">Anna's Archive</a>
|
href="https://annas-archive.org/search?q={{ item.isbn }}">Anna's Archive</a>
|
||||||
|
|
|
|
||||||
<a target="_blank"
|
<a target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
href="https://zlib.gs/s/{{ item.display_title }}">Z-Library</a>
|
href="https://zlib.gs/s/{{ item.isbn }}">Z-Library</a>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue