summaryrefslogtreecommitdiff
path: root/blog.html
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-11-03 15:28:04 -0400
committerAlee <alee14498@gmail.com>2018-11-03 15:28:04 -0400
commitafa722a4825da64ef1d37ea7d025df239ea8e7a3 (patch)
tree6f0de7783ec65630a80a949f202594bc5c0709c2 /blog.html
parentaeffc60c58a9b98d82fa17cc04be411d5143d2d9 (diff)
downloadsilicon-linux-afa722a4825da64ef1d37ea7d025df239ea8e7a3.tar.gz
silicon-linux-afa722a4825da64ef1d37ea7d025df239ea8e7a3.tar.bz2
silicon-linux-afa722a4825da64ef1d37ea7d025df239ea8e7a3.zip
Fixes in blog
Diffstat (limited to 'blog.html')
-rw-r--r--blog.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog.html b/blog.html
index bb579b1..ebe4184 100644
--- a/blog.html
+++ b/blog.html
@@ -15,9 +15,9 @@ project: Silicon Linux
{% 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>
- <br>
{% endfor %}
</ul>
{% include footer.html %}