mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2024-11-22 09:31:29 -08:00
fix dynamic collapse div id tags
This commit is contained in:
parent
b8e70d1762
commit
52a4721ff9
@ -28,8 +28,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p class="text-justify mt-2 mb-0">{{ i.description }}</p>
|
<p class="text-justify mt-2 mb-0">{{ i.description }}</p>
|
||||||
<a href="#{{ i.slug }}-attributions" data-toggle="collapse">license/attribution</a>
|
<a href="#x{{ i.slug }}-attributions" data-toggle="collapse">license/attribution</a>
|
||||||
<div id="{{ i.slug }}-attributions" class="collapse">
|
<div id="x{{ i.slug }}-attributions" class="collapse">
|
||||||
Photo <a href="{{ i.original_image_url }}">{{ i.image_title }}</a> by
|
Photo <a href="{{ i.original_image_url }}">{{ i.image_title }}</a> by
|
||||||
{% if i.image_attribution_url == '' %}
|
{% if i.image_attribution_url == '' %}
|
||||||
{{ i.image_attribution }}
|
{{ i.image_attribution }}
|
||||||
|
@ -50,8 +50,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="container w-100 mb-2">
|
<div class="container w-100 mb-2">
|
||||||
<p class="text-justify mb-0">{{ j.description }}</p>
|
<p class="text-justify mb-0">{{ j.description }}</p>
|
||||||
<a href="#{{ j.slug }}-attributions" data-toggle="collapse">license/attribution</a>
|
<a href="#x{{ j.slug }}-attributions" data-toggle="collapse">license/attribution</a>
|
||||||
<div id="{{ j.slug }}-attributions" class="collapse">
|
<div id="x{{ j.slug }}-attributions" class="collapse">
|
||||||
Photo <a href="{{ j.original_image_url }}">{{ j.image_title }}</a> by
|
Photo <a href="{{ j.original_image_url }}">{{ j.image_title }}</a> by
|
||||||
{% if j.image_attribution_url == '' %}
|
{% if j.image_attribution_url == '' %}
|
||||||
{{ j.image_attribution }}
|
{{ j.image_attribution }}
|
||||||
|
Loading…
Reference in New Issue
Block a user