2017-10-03 16:00:13 +01:00
{% include 'block_header_open.html' %}
2018-03-21 15:43:35 +00:00
< title > {{ post.title }}< / title >
2017-10-03 16:00:13 +01:00
< meta name = "author" content = "{{ site.author.name }}" >
< meta name = "keywords" content = "{{ post.tags|join(',') }}" >
2018-03-21 15:43:35 +00:00
< meta name = "description" content = "{{ post.description|e }}" >
2017-10-03 16:00:13 +01:00
< link rel = "canonical" href = "{{ site.url }}/{{ post.slug }}/" / >
< link rel = "shortlink" href = "{{ site.url }}/{{ post.shortslug }}" / >
< link rel = "license" href = "{{ post.licence.url }}" / >
{% include 'block_header_close.html' %}
< section class = "content-body" >
< article class = "h-entry hentry singular" lang = "{{ post.lang }}" >
< header >
< h1 > {% include 'Singular_title.html' %}< / h1 >
< / header >
2018-04-30 20:44:04 +01:00
{% if post.review %}
< div class = "h-review hreview" >
< h2 > Review summary< / h2 >
< p >
< a href = "{{ post.review.url }}" class = "p-name url fn p-item h-product" > {{ post.review.title }}< / a >
< / p >
< p >
< span class = "rating" >
< span class = "value" > {{ post.review.rating }}< / span >
out of
< span class = "best" > 5< / span >
< / span >
< / p >
< p class = "p-summary" > {{ post.review.summary }}< / p >
< / div >
{% endif %}
2017-10-03 16:00:13 +01:00
{% if post.summary %}
< div class = "e-summary entry-summary" >
{{ post.summary }}
< br class = "clear" / >
< / div >
{% endif %}
< div class = "e-content entry-content" >
< div class = "content-inner" >
2018-03-21 15:43:35 +00:00
{% if post.photo %}
{{ post.photo }}
{% endif %}
2017-10-03 16:00:13 +01:00
{{ post.html }}
< / div >
< / div >
< footer >
2018-04-30 20:44:04 +01:00
< dl >
< dt > Published< / dt >
< dd class = "published" >
< time class = "dt-published" datetime = "{{ post.pubtime }}" > {{ post.pubdate }}< / time >
< / dd >
< dt > Author< / dt >
< dd >
{% include 'block_author.html' %}
< / dd >
< dt > Entry URL< / dt >
< dd >
< a class = "u-url u-uuid" rel = "bookmark" href = "{{ site.url}}/{{ post.slug }}/" > {{ site.url}}/{{ post.slug }}/< / a >
< / dd >
< dt > License< / dt >
< dd class = "license" >
2017-10-27 10:26:17 +01:00
{% if post.licence.text == 'CC BY 4.0' %}
2018-04-30 20:44:04 +01:00
< a rel = "license" href = "https://creativecommons.org/licenses/by/4.0/" class = "u-license" > CC BY 4.0< / a >
2018-03-28 15:19:14 +01:00
< svg class = "icon" width = "16" height = "16" >
< use xlink:href = "#icon-creative-commons" / >
2018-04-30 20:44:04 +01:00
< / svg > < br / >
2017-10-27 10:26:17 +01:00
Licensed under < a href = "https://creativecommons.org/licenses/by/4.0/" > Creative Commons Attribution 4.0 International< / a > . You are free to share or republish, even if modified, if you link back here and indicate the modifications, even for commercial use.
{% elif post.licence.text == 'CC BY-NC 4.0' %}
2018-04-30 20:44:04 +01:00
< a rel = "license" href = "https://creativecommons.org/licenses/by-nc/4.0/" class = "u-license" > CC BY-NC 4.0< / a >
2018-03-28 15:19:14 +01:00
< svg class = "icon" width = "16" height = "16" >
< use xlink:href = "#icon-creative-commons" / >
2018-04-30 20:44:04 +01:00
< / svg > < br / >
2017-10-27 10:26:17 +01:00
Licensed under < a href = "https://creativecommons.org/licenses/by-nc/4.0/" > Creative Commons Attribution-NonCommercial 4.0 International< / a > . You are free to share or republish, even if modified, if you link back here and indicate the modifications, for non commercial use. For commercial use please contact the author.
{% else %}
2018-04-30 20:44:04 +01:00
< a rel = "license" href = "https://creativecommons.org/licenses/by-nc-nd/4.0/" class = "u-license" > CC BY-NC-ND 4.0< / a >
2018-03-28 15:19:14 +01:00
< svg class = "icon" width = "16" height = "16" >
< use xlink:href = "#icon-creative-commons" / >
2018-04-30 20:44:04 +01:00
< / svg > < br / >
2017-10-27 10:26:17 +01:00
Licensed under < a href = "https://creativecommons.org/licenses/by-nc-nd/4.0/" > Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International< / a > . You are free to share if you link back here for non commercial use, but you can't publish any altered versions of it. For commercial use please contact the author.
{% endif %}
2018-04-30 20:44:04 +01:00
< / dd >
< dt class = "noprint" > Leave a tip< / dt >
< dd class = "donation" >
< p >
{% if post.category == 'photo' %}
Did you like this photo?< br / > Leave a tip! If you're interested in prints, please get in touch.
{% elif post.category == 'article' %}
Did you find this article useful?< br / > Support me, so I can write more like this.< br / > If you want my help for your project, get in touch.
{% elif post.category == 'journal' %}
Did you like this entry?< br / > Encourage me to write more of them.
{% else %}
Did you like what you read?< br / > Leave a tip!< / a >
{% endif %}
< / p >
< ul >
{% for method, data in site.tips.items() %}
< li >
< a rel = "payment" title = "pay {{ site.author.name }} via {{ data.label }} {{ data.value }}" href = "{{ data.url }}" >
{{ data.value }}
< span class = "method" >
< svg class = "icon" width = "16" height = "16" >
< use xlink:href = "#icon-{{ method }}" > < / use >
< / svg >
with {{ data.label }}
< / span >
< / a >
< / li >
{% endfor %}
< / ul >
< / dd >
2017-10-03 16:00:13 +01:00
< / footer >
2017-10-27 15:56:05 +01:00
2017-11-01 13:19:39 +00:00
2018-03-28 15:19:14 +01:00
{% if post.syndicate|length %}
< section class = "syndication" >
2018-03-29 17:06:52 +01:00
{% for url in post.syndicate %}
< a href = "{{ url }}" class = "u-syndication" > < / a >
2018-03-28 15:19:14 +01:00
{% endfor %}
2018-03-29 17:06:52 +01:00
< / section >
2018-03-28 15:19:14 +01:00
{% endif %}
2017-11-01 13:19:39 +00:00
2017-10-28 19:08:40 +01:00
{% if post.replies|length %}
2017-10-27 15:56:05 +01:00
< section class = "replies" >
2018-03-28 15:19:14 +01:00
< h2 > < a name = "replies" > < / a > Replies< / h2 >
2017-10-27 15:56:05 +01:00
< ol >
{% for mtime, comment in post.replies %}
{% include 'Comment.html' %}
{% endfor %}
< / ol >
< / section >
2017-10-28 19:08:40 +01:00
{% endif %}
{% if post.reactions|length %}
2017-10-27 15:56:05 +01:00
< section class = "reactions" >
2018-03-28 15:19:14 +01:00
< h2 > < a name = "reactions" > < / a > Reactions< / h2 >
2017-10-27 15:56:05 +01:00
< dl >
{% for character, comments in post.reactions.items() %}
< dt > {{ character }}< / dt >
< dd >
< ul >
{% for mtime, comment in comments %}
{% include 'Comment.html' %}
{% endfor %}
< / ul >
< / dd >
{% endfor %}
< / dl >
< / section >
2017-10-28 19:08:40 +01:00
{% endif %}
2017-10-03 16:00:13 +01:00
< / article >
< / section >
{% include 'block_footer.html' %}