vault backup: 2025-02-10 09:34:36

This commit is contained in:
Dane Sabo 2025-02-10 09:34:36 -05:00
parent aefc74a2e2
commit ecb6f7aa3d

View File

@ -33,10 +33,16 @@ pages: {{ pages }}
{% endif %} {% endif %}
--- ---
# Indexing Information # Indexing Information
{% if DOI %}
## DOI ## DOI
[{{ DOI }}](https://doi.org/{{ DOI }}) [{{ DOI }}](https://doi.org/{{ DOI }})
{% endif %}
{% if ISBN %}
## ISBN ## ISBN
[{{ ISBN }}](https://www.isbnsearch.org/isbn/{{ ISBN }}) [{{ ISBN }}](https://www.isbnsearch.org/isbn/{{ ISBN }})
{% endif %}
## Tags: ## Tags:
{% for t in tags %}#{{ t.tag {% for t in tags %}#{{ t.tag
| replace(' ', '-') | replace(' ', '-')
@ -86,5 +92,3 @@ pages: {{ pages }}
{% endif %} {% endif %}
{%- endfor %} {%- endfor %}
### Imported: {{ importDate | format("YYYY-MM-DD h:mm a") }} ### Imported: {{ importDate | format("YYYY-MM-DD h:mm a") }}