summaryrefslogtreecommitdiff
path: root/blog.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog.html')
-rw-r--r--blog.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/blog.html b/blog.html
deleted file mode 100644
index 492c925..0000000
--- a/blog.html
+++ /dev/null
@@ -1,24 +0,0 @@
----
-project: Silicon Linux
----
-<html>
- <head>
- {% include heading.html %}
- <title>Silicon Linux Blog</title>
- </head>
- <body>
- {% include navigator.html %}
- <h1>Latest Posts</h1>
-
- <ul>
- {% for post in site.posts %}
- <li class="list-blog">
- <h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
- <p><b>{{ post.date | date_to_string }} | By: {{ post.author }}</b></p>
- <p>{{ post.excerpt }}</p>
- </li>
- {% endfor %}
- </ul>
- {% include footer.html %}
- </body>
-</html>