1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-15 01:25:28 +01:00
blog/_src/_layouts/photo.html

42 lines
1.1 KiB
HTML
Raw Normal View History

---
layout: base
2017-11-18 21:33:56 +01:00
js: photos.min.js
---
2016-05-02 00:01:49 +02:00
<section role="main" id="main" class="page-single">
2016-05-02 00:01:49 +02:00
<article class="hentry format-photo">
2017-07-23 20:40:33 +02:00
<header>
<h1 class="entry-title fn">{{ page.title | titlecase }}</h1>
</header>
2017-07-23 20:40:33 +02:00
<figure class="hentry__teaser hmedia">
2017-07-23 20:40:33 +02:00
{% include picture.html %}
2017-11-19 14:03:24 +01:00
<aside class="exif">
<div class="container">
<span class="exif__model" title="Camera model"></span>
<span class="exif__aperture" title="Aperture"></span>
<span class="exif__shutterspeed" title="Shutter speed"></span>
<span class="exif__exposure" title="Exposure"></span>
<span class="exif__iso" title="ISO"></span>
<span class="exif__focallength" title="Focal length"></span>
</div>
</aside>
2015-08-09 18:15:40 +02:00
</figure>
2013-11-23 21:53:52 +01:00
<section class="entry-content">
{{ content }}
</section>
{% include entry_meta.html %}
{% include relatedphotos.html %}
2013-11-23 21:53:52 +01:00
</article>
</section>