adding articles
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
|
||||
<p>Download this collection's data in a variety of reusable formats.</p>
|
||||
<p>Download this collection's data in a variety of reusable formats. Beware of this archive's copyright information!</p>
|
||||
|
||||
{% if site.data.theme.metadata-export-fields %}
|
||||
<div class="card my-3">
|
||||
|
||||
@@ -51,9 +51,6 @@
|
||||
| {{ figure.description }}
|
||||
|
||||
{% if figure.date_created or figure.collection %}
|
||||
|
||||
<em>({% if figure.date_created %}{{ figure.date_created }}{% endif %}{% if figure.collection %}{% if figure.date_created %}.{% endif %} Licensed for use as part of the {{ figure.collection }} of {B/qKC})</em>
|
||||
{% endif %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
{%- assign stubs = site.data.config-nav | map: 'stub' | join: ';' -%}
|
||||
<div class="card mb-3">
|
||||
<div class="card-body">
|
||||
<p><small>Download this collection's metadata in a variety of reusable formats.</small></p>
|
||||
<p><small>Download this collection's metadata in a variety of reusable formats. Beware of this archive's copyright information!</small></p>
|
||||
<p class="card-text text-center">
|
||||
<a class="btn btn-sm btn-secondary m-1" href="{{ '/assets/data/metadata.csv' | relative_url }}" download>Metadata CSV</a>
|
||||
<a class="btn btn-sm btn-secondary m-1" href="{{ '/assets/data/metadata.json' | relative_url }}" target="_blank">Metadata JSON</a>
|
||||
|
||||
Reference in New Issue
Block a user