Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 432 Bytes

photography.md

File metadata and controls

20 lines (17 loc) · 432 Bytes
layout permalink
page
/photography/
{% for photography in site.photographies %}
    <h1><a href="{{ site.baseurl }}{{ photography.url }}">{{ photography.title }}</a></h1>

    <div class="entry">
      {{ photography.excerpt }}
    </div>

    <a href="{{ site.baseurl }}{{ photography.url }}" class="read-more">Read More</a>
  </div>
{% endfor %}