aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
deleted file mode 100644
index 602cfce..0000000
--- a/_layouts/post.html
+++ /dev/null
@@ -1,22 +0,0 @@
----
-layout: default
----
-
-<div class="post-page">
- <div class="post-header">
- {% include title-with-backlink.html title=page.title backlink="/blog/" %}
- <div class="post-header-info">
- <p class="post-date">{{ page.date | date: "%F" }}</p>
- {% if page.tags.size > 0 %}
- <p>tags:</p>
- <ul>
- {% for tag in page.tags %}
- <li><a href="/tags/{{ tag }}">{{ tag }}</a></li>
- {% endfor %}
- {% endif %}
- </ul>
- </div>
- <hr>
- </div>
- {{ content }}
-</div>