I am using Jekyll 4.2.2 and the Clean Blog theme. I plan to use GitHub Pages for hosting.
I would like to add an Image Gallery into a post. I have followed the instructions listed here:
- Download the file image-gallery.html
- Save the file in the ‘_includes’ directory of your project
- Add the following line to your layout on the place where you want the image gallery to appear:
{% include image-gallery.html folder="/uploads/album" %}
However the end result is the following:
The links are actually working, but blank thumbnails are displayed. How can I solve this issue? Thanks!