2017-10-03 16:00:13 +01:00
{% include 'block_header_open.html' %}
< title > {{ post.title }} | {{ site.domain }}< / title >
< meta name = "author" content = "{{ site.author.name }}" >
< meta name = "keywords" content = "{{ post.tags|join(',') }}" >
< meta name = "description" content = "{{ post.summary|e }}" >
< 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 >
{% if 'article' == post.category and post.age >= 2 %}
< h2 class = "old-warning" > WARNING: this entry was published at {{ post.pubdate }}.< br / > It might be outdated.< / h2 >
{% endif %}
2017-11-03 22:54:36 +00:00
{% for url in post.syndicate %}
< a href = "{{ url }}" > < / a >
{% endfor %}
2017-10-03 16:00:13 +01:00
< / header >
{% 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" >
{{ post.html }}
< / div >
< / div >
< footer >
< p class = "published" >
< time class = "dt-published" datetime = "{{ post.pubtime }}" > {{ post.pubdate }}< / time >
< / p >
2017-10-27 10:26:17 +01:00
< div class = "hide" >
2017-10-03 16:00:13 +01:00
{% include 'block_author.html' %}
2017-10-27 10:26:17 +01:00
< / div >
2017-10-03 16:00:13 +01:00
< p class = "hide" >
< a class = "u-url u-uuid" rel = "bookmark" href = "{{ site.url}}/{{ post.slug }}/" > < / a >
< / p >
2017-10-27 10:26:17 +01:00
< p class = "license" >
{% if post.licence.text == 'CC BY 4.0' %}
< a rel = "license" href = "https://creativecommons.org/licenses/by/4.0/" class = "hide u-license" > CC BY 4.0< / a >
< svg class = "icon" > < use xlink:href = "#icon-creative-commons" / > < / svg >
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' %}
< a rel = "license" href = "https://creativecommons.org/licenses/by-nc/4.0/" class = "hide u-license" > CC BY-NC 4.0< / a >
< svg class = "icon" > < use xlink:href = "#icon-creative-commons" / > < / svg >
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 %}
< a rel = "license" href = "https://creativecommons.org/licenses/by-nc-nd/4.0/" class = "hide u-license" > CC BY-NC-ND 4.0< / a >
< svg class = "icon" > < use xlink:href = "#icon-creative-commons" / > < / svg >
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 %}
< / p >
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
< aside class = "donation" >
< p >
{% if post.category == 'photo' %}
2017-11-03 22:54:36 +00:00
Did you like this photo?< br / > Leave a tip!
2017-11-01 13:19:39 +00:00
{% elif post.category == 'article' %}
2017-11-03 22:54:36 +00:00
Did you find this article useful?< br / > Buy me a coffee, so I can write more like this.< br / > If you want my help with for your project, get in touch.
2017-11-01 13:19:39 +00:00
{% elif post.category == 'journal' %}
Did you like this entry?< br / > Encourage me to write more of them.
{% else %}
2017-11-03 22:54:36 +00:00
Did you like what you read?< br / > Leave a tip!< / a >
2017-11-01 13:19:39 +00:00
{% endif %}
< / p >
< ul >
2017-11-03 22:54:36 +00:00
{% for value in [3] %}
{% for name, url in site.payment.items() %}
< li >
< a rel = "payment" title = "pay {{ site.author.name }} via {{ name }} {{ site.currency }}{{ value }}" href = "{{ url }}{{value}}" >
{{ site.currency }}{{value}}
< span class = "method" >
< svg class = "icon" > < use xlink:href = "#icon-{{ name }}" > < / use > < / svg >
with {{ name }}
< / span >
< / a >
< / li >
{% endfor %}
2017-11-01 13:19:39 +00:00
{% endfor %}
< / ul >
2017-11-03 22:54:36 +00:00
2017-11-01 13:19:39 +00:00
< / aside >
2017-10-28 19:08:40 +01:00
{% if post.replies|length %}
2017-10-27 15:56:05 +01:00
< section class = "replies" >
< h6 > < a name = "replies" > < / a > Replies< / h6 >
< 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" >
< h6 > < a name = "reactions" > < / a > Reactions< / h6 >
< 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' %}