Skip to content

Commit

Permalink
Show all images on the front page
Browse files Browse the repository at this point in the history
  • Loading branch information
jaller94 committed Feb 27, 2019
1 parent 98f81f2 commit 2f88746
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{% assign image_files = site.static_files | where: "image", true %}
{% for myimage in image_files %}
{{ myimage.path }}
{% endfor %}

0 comments on commit 2f88746

Please sign in to comment.