From afa722a4825da64ef1d37ea7d025df239ea8e7a3 Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 3 Nov 2018 15:28:04 -0400 Subject: Fixes in blog --- blog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blog.html') 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 %}
  • {{ post.title }}

    +

    {{ post.date | date_to_string }} | By: {{ post.author }}

    {{ post.excerpt }}

  • -
    {% endfor %} {% include footer.html %} -- cgit v1.2.3