vault backup: 2025-02-10 09:34:36
This commit is contained in:
parent
aefc74a2e2
commit
ecb6f7aa3d
@ -33,10 +33,16 @@ pages: {{ pages }}
|
||||
{% endif %}
|
||||
---
|
||||
# Indexing Information
|
||||
{% if DOI %}
|
||||
## DOI
|
||||
[{{ DOI }}](https://doi.org/{{ DOI }})
|
||||
{% endif %}
|
||||
|
||||
{% if ISBN %}
|
||||
## ISBN
|
||||
[{{ ISBN }}](https://www.isbnsearch.org/isbn/{{ ISBN }})
|
||||
{% endif %}
|
||||
|
||||
## Tags:
|
||||
{% for t in tags %}#{{ t.tag
|
||||
| replace(' ', '-')
|
||||
@ -86,5 +92,3 @@ pages: {{ pages }}
|
||||
{% endif %}
|
||||
{%- endfor %}
|
||||
### Imported: {{ importDate | format("YYYY-MM-DD h:mm a") }}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user