diff options
| author | Alee <alee14498@gmail.com> | 2018-11-18 15:56:45 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-11-18 15:56:45 -0500 |
| commit | 517596fc97be02f777fb665f0f25c8a5b803491e (patch) | |
| tree | 84960073f1c6c30d0418ec16e958f89bbfb0bb8f | |
| parent | 98b4d9cb281f5ceece483061fa8a4a97b8504e95 (diff) | |
| download | personal-website-517596fc97be02f777fb665f0f25c8a5b803491e.tar.gz personal-website-517596fc97be02f777fb665f0f25c8a5b803491e.tar.bz2 personal-website-517596fc97be02f777fb665f0f25c8a5b803491e.zip | |
trying this
| -rw-r--r-- | _layouts/post.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 6230f81..2bb61f8 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -15,9 +15,9 @@ <h2> <center>{{ page.date | date_to_string }} | By: {{ page.author }}</center> </h2> - <p> + <h3> <center><a href="./blog.html"><i class="fas fa-arrow-left"></i> Other posts</a></center> - </p> + </h3> </div> <div class="container-post"> |
