crunch-node/views/render-photo.jade
Andrew Davidson dc8639c5ef Fixed #19 with the addition of some new modules to parse the image EXIF
data.

Made a lot of progress on #1 with additional work on the rendering
templates.
2016-01-24 22:05:38 -05:00

10 lines
254 B
Text

extends render-layout
block content
article
header
div(style="padding-top: 30px;")
include ./partial-photo.jade
h3: a(href="#{photo.getURL()}") #{photo.get('title')}
!{photo.renderMarkdown()}