From 53911c679ce479219874c3eff5dddd6e705e3c3f Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 18 Nov 2018 16:05:11 -0500 Subject: hopefully fixed the link --- _layouts/post.html | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 2bb61f8..c4aa8f8 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -16,7 +16,7 @@
{{ page.date | date_to_string }} | By: {{ page.author }}

-
Other posts
+
Other posts

diff --git a/style.css b/style.css index 39584fe..f11beb4 100644 --- a/style.css +++ b/style.css @@ -154,7 +154,7 @@ li a:hover { } .container-blog { - width:100%; + width:95%; margin:auto; overflow:hidden; } -- cgit v1.2.3