Type fix
This commit is contained in:
parent
7916f91751
commit
ea264309f7
@ -107,7 +107,7 @@ eleventyComputed:
|
|||||||
<div>
|
<div>
|
||||||
{% if picture.previousImage %}
|
{% if picture.previousImage %}
|
||||||
<a href="../{{ picture.previousImage | slugify }}">
|
<a href="../{{ picture.previousImage | slugify }}">
|
||||||
<button type="button">🡠 Previous</button>
|
<button type="button">Previous</button>
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a href="/gallery/{{ picture.containingGallery | slugify }}/">
|
<a href="/gallery/{{ picture.containingGallery | slugify }}/">
|
||||||
@ -115,7 +115,7 @@ eleventyComputed:
|
|||||||
</a>
|
</a>
|
||||||
{% if picture.nextImage %}
|
{% if picture.nextImage %}
|
||||||
<a href="../{{ picture.nextImage | slugify }}">
|
<a href="../{{ picture.nextImage | slugify }}">
|
||||||
<button type="button">Next 🡢</button>
|
<button type="button">Next</button>
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
@ -15,7 +15,7 @@ eleventyComputed:
|
|||||||
<div class="buttonContainer">
|
<div class="buttonContainer">
|
||||||
{% if picture.previousImage %}
|
{% if picture.previousImage %}
|
||||||
<a href="../{{ picture.previousImage | slugify }}">
|
<a href="../{{ picture.previousImage | slugify }}">
|
||||||
<button type="button">🡠 Previous</button>
|
<button type="button">Previous</button>
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a href="/gallery/{{ picture.containingGallery | slugify }}/">
|
<a href="/gallery/{{ picture.containingGallery | slugify }}/">
|
||||||
@ -23,7 +23,7 @@ eleventyComputed:
|
|||||||
</a>
|
</a>
|
||||||
{% if picture.nextImage %}
|
{% if picture.nextImage %}
|
||||||
<a href="../{{ picture.nextImage | slugify }}">
|
<a href="../{{ picture.nextImage | slugify }}">
|
||||||
<button type="button">Next 🡢</button>
|
<button type="button">Next</button>
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user