From e8692d61ae71410a4e2a53abaf542ef17b1df0e3 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 18 Nov 2018 15:51:47 -0500 Subject: the start of overhauling the blog --- _layouts/post.html | 5 ++++- blog.html | 2 +- style.css | 7 +++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 8271e64..6230f81 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -15,8 +15,11 @@

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

+

+

Other posts
+

-
+
{{ content }}
diff --git a/blog.html b/blog.html index 251f390..7fcd815 100644 --- a/blog.html +++ b/blog.html @@ -11,7 +11,7 @@ {% include navigator.html %}
-

Blog

+

Blog

diff --git a/style.css b/style.css index c14e9b3..6a80ab5 100644 --- a/style.css +++ b/style.css @@ -153,6 +153,13 @@ li a:hover { margin: 10px; } +.container-blog { + width:50%; + margin:auto; + background-color: black; + overflow:hidden; +} + .row-cards { display: -ms-flexbox; -- cgit v1.2.3