1
Fork 0
blog/_includes/single_page.html
Jan-Erik Rediger 27c7600eff Prepend baseurl everywhere.
This allows for easy re-deployment in sub folders
2014-10-20 23:32:23 +02:00

16 lines
379 B
HTML

<div class="post">
<h2 class="heading">
<a href="{{site.baseurl}}{{post.url | replace_first: '/'}}">{{post.title}}</a>
</h2>
{% if post.date %}
<p class="date">
<time pubdate class=published datetime="{{post.date}}">
{{post.date | date: "%-d %B %Y %H:%M"}}
</time>
(by <span rel=author>Jan-Erik</span>)
</p>
{% endif %}
{{post.content}}
</div>