20 lines
491 B
HTML
20 lines
491 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<article>
|
|
<header>
|
|
<p class="subheading">
|
|
<a href="/albums">Photos</a> /
|
|
<a href="/albums/{{page.photo['slug']}}">{{page.photo['title']}}</a> /
|
|
<a href="">{{page.photo['image']['basename']}}</a> /
|
|
</p>
|
|
{% if page.photo['title'] %}
|
|
<h1 class="post-title">{{page.gallery['title']}}</h1>
|
|
{% endif %}
|
|
</header>
|
|
|
|
<p>
|
|
<a href="{{page.photo['image']['image-src']}}"><img src="{{page.photo['image']['mid-src']}}" /></a>
|
|
</p>
|
|
</article>
|