1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 10:08:50 +02:00
blog/_src/_layouts/link.html

39 lines
1.3 KiB
HTML
Raw Normal View History

---
layout: base
---
2013-11-24 17:31:03 +01:00
<section role="main" id="main" class="page-single row">
2013-11-23 21:53:52 +01:00
<article class="hentry format-link">
<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>
</a>
2013-11-23 21:53:52 +01:00
</h1>
</header>
2013-11-23 21:53:52 +01:00
<section class="entry-content">
{{ content }}
<p>
2015-06-08 21:22:09 +02:00
<a class="more-link" href="{{ page.linkurl }}">Go to source
<svg class="icon icon-entypo icon-entypo-forward">
<use xlink:href="/assets/img/sprite.svg#entypo-forward"></use>
</svg>
</a>
2014-08-31 18:24:01 +02:00
<a class="permalink-link" href="{{ page.url }}" rel="tooltip" title="Permalink">&#8734;</a>
2013-11-23 21:53:52 +01:00
</p>
</section>
{% include entry_meta.html %}
2013-12-07 16:00:56 +01:00
{% include comments.html %}
2013-11-23 21:53:52 +01:00
</article>
2015-06-08 21:22:09 +02:00
</section>