Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 405 Bytes

photography.md

File metadata and controls

13 lines (10 loc) · 405 Bytes
layout post
default
./_includes/publication.html

Select pictures

For more cute pics, checkout my respository :)

{% assign photos = site.publications | where: "category", "photo" %} {% for p in photos%} {% include photography.html photo=p %} {% endfor %}