Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
christineslagmulder committed Nov 8, 2023
2 parents 38d3a3d + 42f250b commit 640cf15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _includes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ <h3><a href={{expo.url}}>{{expo.title}}</a></h3>
<div class="gallery-pics">
{%- assign media_files = site.static_files | where: "media", true -%}
{%- for mymedia in media_files -%}
<div>
{%- if mymedia.path contains "galerij-pics" -%}
<img src="{{mymedia.path}}" alt="{{ locale.index-pics-alt-text }}" class="cover">
{%- endif -%}
</div>
{%- endfor -%}
{% for index-gallery-pic in index-gallery %}
<div class="gallery-thumbnail">
Expand Down

0 comments on commit 640cf15

Please sign in to comment.