2013-11-18 22:09:20 +01:00
|
|
|
---
|
2013-11-18 23:26:34 +01:00
|
|
|
layout: base
|
2013-11-18 22:09:20 +01:00
|
|
|
---
|
|
|
|
|
2015-08-09 21:50:06 +02:00
|
|
|
<section role="main" id="main" class="page-single grid">
|
2014-07-05 12:59:35 +02:00
|
|
|
|
2015-08-09 21:50:06 +02:00
|
|
|
<article class="hentry format-link col6">
|
2015-08-09 18:15:40 +02:00
|
|
|
<header>
|
|
|
|
<h1 class="entry-title">
|
2014-07-10 16:35:14 +02:00
|
|
|
<a href="{{ page.linkurl }}" title="Go to source: {{ page.linkurl | remove:'http://' | remove:'https://' | remove:'www.' }}">
|
2015-06-08 21:22:09 +02:00
|
|
|
{{ page.title | titlecase }}
|
|
|
|
<svg class="icon icon-entypo icon-entypo-forward">
|
|
|
|
<use xlink:href="/assets/img/sprite.svg#entypo-forward"></use>
|
|
|
|
</svg>
|
2013-11-29 20:53:16 +01:00
|
|
|
<span class="linkurl">{{ page.linkurl | remove:'http://' | remove:'https://' | remove:'www.' | split:'/' | first }}</span>
|
2013-11-24 17:55:57 +01:00
|
|
|
</a>
|
2013-11-23 21:53:52 +01:00
|
|
|
</h1>
|
2015-08-09 18:15:40 +02:00
|
|
|
</header>
|
2013-11-18 22:09:20 +01:00
|
|
|
|
2013-11-23 21:53:52 +01:00
|
|
|
<section class="entry-content">
|
|
|
|
{{ content }}
|
2015-08-09 18:15:40 +02:00
|
|
|
<p>
|
|
|
|
<a class="more-link" href="{{ page.linkurl }}">Go to source
|
2015-06-08 21:22:09 +02:00
|
|
|
<svg class="icon icon-entypo icon-entypo-forward">
|
|
|
|
<use xlink:href="/assets/img/sprite.svg#entypo-forward"></use>
|
|
|
|
</svg>
|
|
|
|
</a>
|
2015-06-11 01:51:55 +02:00
|
|
|
<a class="permalink-link" href="{{ page.url }}" rel="tooltip" title="Permalink">
|
|
|
|
<svg class="icon icon-entypo icon-entypo-infinity">
|
|
|
|
<use xlink:href="/assets/img/sprite.svg#entypo-infinity"></use>
|
|
|
|
</svg>
|
|
|
|
</a>
|
2015-08-09 18:15:40 +02:00
|
|
|
</p>
|
2013-11-23 21:53:52 +01:00
|
|
|
</section>
|
2014-07-05 12:59:35 +02:00
|
|
|
|
2013-12-01 17:14:38 +01:00
|
|
|
{% include entry_meta.html %}
|
2014-07-05 12:59:35 +02:00
|
|
|
|
2013-11-23 21:53:52 +01:00
|
|
|
</article>
|
|
|
|
|
2015-06-08 21:22:09 +02:00
|
|
|
</section>
|