mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-11 23:55:16 +01:00
29 lines
1010 B
HTML
29 lines
1010 B
HTML
---
|
|
layout: base
|
|
---
|
|
|
|
<article class="hentry format-link">
|
|
<header>
|
|
<h1 class="entry-title">
|
|
<a href="{{ page.linkurl }}" title="Go to source">{{ page.title }} <i class="icon-forward"></i></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="category">
|
|
{% for category in page.categories %}
|
|
<a rel="category tag" href="" title="{{ category }}">{{ category }}</a>
|
|
{% endfor %}
|
|
</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 | date_to_string }} <span class="modtime"></span></p>
|
|
</footer>
|
|
</article> |