Explicit commit v2
This commit is contained in:
20
landing.bryanroessler.com/_layouts/post.html
Normal file
20
landing.bryanroessler.com/_layouts/post.html
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
<article class="post-container post-container--single">
|
||||
<header class="post-header">
|
||||
<div class="post-meta">
|
||||
<time datetime="{{ page.date | date: "%Y-%m-%d %H:%M" }}" class="post-meta__date date">{{ page.date | date: "%-d %b %Y" }}</time>
|
||||
{% if page.tags.size > 0 %}
|
||||
• <span class="post-meta__tags">on {% for tag in page.tags %}<a href="{{ site.baseurl }}/tags/#{{ tag }}">{{ tag }}</a> {% endfor %}</span>
|
||||
{% endif %}
|
||||
</div>
|
||||
<h1 class="post-title">{{ page.title }}</h1>
|
||||
</header>
|
||||
|
||||
<section class="post">
|
||||
{{ content }}
|
||||
</section>
|
||||
{% if page.comments != false and site.disqus_shortname %}<section id="disqus_thread"></section><!-- /#disqus_thread -->{% endif %}
|
||||
</article>
|
||||
{% if page.comments != false %}{% include disqus.html %}{% endif %}
|
||||
Fai riferimento in un nuovo problema
Block a user