summaryrefslogtreecommitdiffstats
path: root/blog.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog.html')
-rw-r--r--blog.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/blog.html b/blog.html
deleted file mode 100644
index 05a2239..0000000
--- a/blog.html
+++ /dev/null
@@ -1,19 +0,0 @@
----
-layout: default
-title: blog
----
-<h1>
- objave
-</h1>
-<ul>
- {% for post in site.posts %}
- <li>
- <h3>
- <a href="{{ post.url | remove: ".html" }}">
- {{ post.title }} @ {{ post.date | date: site.short_date_format }}
- </a>
- </h3>
- {{ post.excerpt }}
- </li>
- {% endfor %}
-</ul>