diff options
| author | Alee <alee14498@gmail.com> | 2018-11-18 16:05:11 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-11-18 16:05:11 -0500 |
| commit | 53911c679ce479219874c3eff5dddd6e705e3c3f (patch) | |
| tree | cf37f6c8f3aa49ce996b540aec9307588595c4de | |
| parent | 517596fc97be02f777fb665f0f25c8a5b803491e (diff) | |
| download | personal-website-53911c679ce479219874c3eff5dddd6e705e3c3f.tar.gz personal-website-53911c679ce479219874c3eff5dddd6e705e3c3f.tar.bz2 personal-website-53911c679ce479219874c3eff5dddd6e705e3c3f.zip | |
hopefully fixed the link
| -rw-r--r-- | _layouts/post.html | 2 | ||||
| -rw-r--r-- | 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 @@ <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"> @@ -154,7 +154,7 @@ li a:hover { } .container-blog { - width:100%; + width:95%; margin:auto; overflow:hidden; } |
