Add gallery
29
_includes/gallerieslist.njk
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
<section class="postlist">
|
||||||
|
<div class="postlist-item-container">
|
||||||
|
{% for gallery in galleries | reverse %}
|
||||||
|
{% if not numberOfGalleriesToShow or loop.index <= numberOfGalleriesToShow %}
|
||||||
|
<article class="postlist-item">
|
||||||
|
<a href="../gallery/{{ gallery.title | slugify }}" class="postlist-link">
|
||||||
|
<div class="post-image-container">
|
||||||
|
<img class="post-image" {% if gallery.galleryImage %} src="{{ gallery.url }}{{ gallery.galleryImage }}" alt="{{ gallery.galleryImageAlt }}" {% else %} src="{{ metadata.defaultPostImageURL }}" alt="{{ metadata.defaultPostImageAlt }}"{% endif %}>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<div class="post-copy">
|
||||||
|
<a href="../gallery/{{ gallery.title | slugify }}" class="postlist-link">
|
||||||
|
<h3>
|
||||||
|
{{ gallery.title }}
|
||||||
|
</h3>
|
||||||
|
</a>
|
||||||
|
{% if not hideGalleryDescriptions %}<p>{{ gallery.synopsis | truncate(105) | safe }}</p>{% endif %}
|
||||||
|
<div class="post-metadata">
|
||||||
|
<div class="post-metadata-copy">
|
||||||
|
<p>Posted on the <time class="postlist-date" datetime="{{ gallery.date | htmlDateString}}">{{ gallery.date | niceDate("LLLL yyyy") }}</time></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
<hr>
|
||||||
|
{% endif %}
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
</section>
|
BIN
public/img/gallery/april2024/april_2024_1.webp
Normal file
After Width: | Height: | Size: 79 KiB |
BIN
public/img/gallery/april2024/april_2024_10.webp
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
public/img/gallery/april2024/april_2024_11.webp
Normal file
After Width: | Height: | Size: 109 KiB |
BIN
public/img/gallery/april2024/april_2024_12.webp
Normal file
After Width: | Height: | Size: 282 KiB |
BIN
public/img/gallery/april2024/april_2024_2.webp
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
public/img/gallery/april2024/april_2024_3.webp
Normal file
After Width: | Height: | Size: 74 KiB |
BIN
public/img/gallery/april2024/april_2024_4.webp
Normal file
After Width: | Height: | Size: 145 KiB |
BIN
public/img/gallery/april2024/april_2024_5.webp
Normal file
After Width: | Height: | Size: 84 KiB |
BIN
public/img/gallery/april2024/april_2024_6.webp
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
public/img/gallery/april2024/april_2024_7.webp
Normal file
After Width: | Height: | Size: 234 KiB |
BIN
public/img/gallery/april2024/april_2024_8.webp
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
public/img/gallery/april2024/april_2024_9.webp
Normal file
After Width: | Height: | Size: 194 KiB |