diff options
| author | cylexVEVO <nexergamingofficial@gmail.com> | 2019-02-26 19:44:15 -0500 |
|---|---|---|
| committer | cylexVEVO <nexergamingofficial@gmail.com> | 2019-02-26 19:44:15 -0500 |
| commit | aadc05c21ba13f4aa8a5629d032878dba661d105 (patch) | |
| tree | 5d3f36eaf1d82833b966178307467be0e0b0a800 /blog.html | |
| parent | 0bfdc245ee2bb782ff3a83858c64f3058dba5b8d (diff) | |
| download | silicon-linux-aadc05c21ba13f4aa8a5629d032878dba661d105.tar.gz silicon-linux-aadc05c21ba13f4aa8a5629d032878dba661d105.tar.bz2 silicon-linux-aadc05c21ba13f4aa8a5629d032878dba661d105.zip | |
Website rewrite
Diffstat (limited to 'blog.html')
| -rw-r--r-- | blog.html | 24 |
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> |
