summaryrefslogtreecommitdiff
path: root/blog.html
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-04-05 20:19:05 -0400
committerGitHub <noreply@github.com>2019-04-05 20:19:05 -0400
commita833557bb2cc0c85d35dfa458fa5cbb5af41a95b (patch)
treef1b1448baddf6ba5f8ef50bce9609a65854aa138 /blog.html
parent0bfdc245ee2bb782ff3a83858c64f3058dba5b8d (diff)
parentb9c3946dab30a097cd5390e019e42a8a99116587 (diff)
downloadsilicon-linux-master.tar.gz
silicon-linux-master.tar.bz2
silicon-linux-master.zip
Merge pull request #3 from silicon-linux/rewriteHEADmaster
Rewrite
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>