From afa722a4825da64ef1d37ea7d025df239ea8e7a3 Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 3 Nov 2018 15:28:04 -0400 Subject: Fixes in blog --- _layouts/post.html | 2 +- blog.html | 2 +- style.css | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index a9edd82..d741573 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -10,7 +10,7 @@ {% include navigator.html %}

{{ page.title }}

-

{{ page.date | date_to_string }} | {{ page.author }}

+

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

{{ content }} 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 %} diff --git a/style.css b/style.css index 17816a6..8f3058d 100644 --- a/style.css +++ b/style.css @@ -54,7 +54,6 @@ ul.navbar { li.list-blog{ text-decoration: none; - float: left; display: block; } -- cgit v1.2.3