Skip to content

Commit 6519dc1

Browse files
errata
1 parent 242b43c commit 6519dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/index/objects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h2 class="card-title h5">Colección</h2>
1010
{{ count }}
1111
{% case t %}
1212
{% when 'image' %}
13-
<a class="text-dark" href="{{ 'image' | prepend: '/browse.html#' | relative_url }}">Imáge{% if count > 1 %}es{% endif %} <svg class="bi icon-sprite text-body" fill="currentColor" aria-hidden="true"><use xlink:href="{{ '/assets/lib/cb-icons.svg' | relative_url }}#icon-image"/></svg></a><br>
13+
<a class="text-dark" href="{{ 'image' | prepend: '/browse.html#' | relative_url }}">Imágen{% if count > 1 %}es{% endif %} <svg class="bi icon-sprite text-body" fill="currentColor" aria-hidden="true"><use xlink:href="{{ '/assets/lib/cb-icons.svg' | relative_url }}#icon-image"/></svg></a><br>
1414
{% when 'audio' %}
1515
<a class="text-dark" href="{{ 'audio' | prepend: '/browse.html#' | relative_url }}">Audio File{% if count > 1 %}s{% endif %} <svg class="bi icon-sprite text-body" fill="currentColor" aria-hidden="true"><use xlink:href="{{ '/assets/lib/cb-icons.svg' | relative_url }}#icon-audio"/></svg></a><br>
1616
{% when 'video' %}

0 commit comments

Comments
 (0)