aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-11-18 16:05:11 -0500
committerAlee <alee14498@gmail.com>2018-11-18 16:05:11 -0500
commit53911c679ce479219874c3eff5dddd6e705e3c3f (patch)
treecf37f6c8f3aa49ce996b540aec9307588595c4de
parent517596fc97be02f777fb665f0f25c8a5b803491e (diff)
downloadpersonal-website-53911c679ce479219874c3eff5dddd6e705e3c3f.tar.gz
personal-website-53911c679ce479219874c3eff5dddd6e705e3c3f.tar.bz2
personal-website-53911c679ce479219874c3eff5dddd6e705e3c3f.zip
hopefully fixed the link
-rw-r--r--_layouts/post.html2
-rw-r--r--style.css2
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 @@
<center>{{ page.date | date_to_string }} | By: {{ page.author }}</center>
</h2>
<h3>
- <center><a href="./blog.html"><i class="fas fa-arrow-left"></i> Other posts</a></center>
+ <center><a href="/blog.html"><i class="fas fa-arrow-left"></i> Other posts</a></center>
</h3>
</div>
<div class="container-post">
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;
}