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