mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-11 23:55:16 +01:00
31 lines
1.0 KiB
HTML
31 lines
1.0 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="{{ page.linkurl }}" title="Go to source: {{ page.linkurl | remove:'http://' | remove:'https://' | remove:'www.' }}">
|
|
{{ page.title | titlecase }} <i class="icon 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 icon-forward"></i></a>
|
|
<a class="permalink-link" href="{{ page.url | append: '/' }}" rel="tooltip" title="Permalink">∞</a>
|
|
</p>
|
|
</section>
|
|
|
|
{% include entry_meta.html %}
|
|
|
|
{% include comments.html %}
|
|
|
|
</article>
|
|
|
|
</section> |