mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-11 23:55:16 +01:00
37 lines
1.3 KiB
HTML
37 lines
1.3 KiB
HTML
---
|
|
layout: base
|
|
---
|
|
|
|
<section role="main" id="main" class="page-single row">
|
|
|
|
<article class="hentry format-link">
|
|
<header>
|
|
<h1 class="entry-title">
|
|
<a href="{{ post.linkurl }}" title="Go to source: {{ page.linkurl | remove:'http://' | remove:'https://' | remove:'www.' }}">
|
|
{{ page.title }} <i class="icon-forward"></i>
|
|
<span class="linkurl">{{ page.linkurl | remove:'http://' | remove:'https://' | remove:'www.' | split:'/' | first }}</span>
|
|
</a>
|
|
</h1>
|
|
</header>
|
|
|
|
<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">∞</a>
|
|
</p>
|
|
</section>
|
|
|
|
<footer class="entry-meta">
|
|
<p class="categories">
|
|
{{ page.categories | category_links }}
|
|
</p>
|
|
<p class="byline author vcard source-org"><span class="by">by</span> <a class="fn" rel="author" href="/about/">{{ page.author }}</a></p>
|
|
|
|
<p class="time">{{ page.date | timeago }} <span class="modtime"></span></p>
|
|
</footer>
|
|
</article>
|
|
|
|
</section>
|
|
|
|
{% include related_posts.html %} |