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

37 lines
1.2 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">
<a href="{{ post.linkurl }}" title="Go to source">
{{ page.title }} <i class="icon-forward"></i>
<span class="linkurl">{{ page.linkurl | remove:'http://' | 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>
<a class="more-link" href="{{ page.linkurl }}">Go to source <i class="icon-forward"></i></a>
<a class="permalink-link" href="{{ page.url }}" rel="tooltip" title="Permalink">&#8734;</a>
</p>
</section>
2013-11-23 21:53:52 +01:00
<footer class="entry-meta">
2013-11-29 00:17:23 +01:00
<p class="categories">
{{ page.categories | category_links }}
</p>
2013-11-23 21:53:52 +01:00
<p class="byline author vcard source-org"><span class="by">by</span> <a class="fn" rel="author" href="/about/">{{ page.author }}</a></p>
2013-11-29 00:17:23 +01:00
2013-11-23 21:53:52 +01:00
<p class="time">{{ page.date | date_to_string }} <span class="modtime"></span></p>
</footer>
</article>
2013-11-24 17:31:03 +01:00
</section>
{% include related_posts.html %}