1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-25 18:56:25 +02:00
blog/_src/_layouts/link.html

24 lines
578 B
HTML
Raw Normal View History

---
layout: default
---
<article class="hentry format-link">
<header>
<h1 class="entry-title">
<a href="{{ page.linkurl }}">{{ page.title }} <i class="icon-external-link"></i></a>
</h1>
</header>
<aside class="entry-meta">
<p class="byline author vcard source-org">by <a class="fn" rel="author" href="/about/">{{ page.author }}</a></p>
<p class="time">{{ page.date | date_to_string }}</p>
</aside>
<section class="entry-content">
{{ content }}
</section>
<footer class="entry-meta">
</footer>
</article>