diff options
| author | Alee <alee14498@gmail.com> | 2018-11-18 16:33:05 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-11-18 16:33:05 -0500 |
| commit | a2eb1e753005a3dedca3a0d44b4ed803cfc8f58c (patch) | |
| tree | aec9e07eee158c709cc721dba2f980f2e3f652a9 | |
| parent | 757c8f1db4e581ce12114363afeafcff9d227cd9 (diff) | |
| download | personal-website-a2eb1e753005a3dedca3a0d44b4ed803cfc8f58c.tar.gz personal-website-a2eb1e753005a3dedca3a0d44b4ed803cfc8f58c.tar.bz2 personal-website-a2eb1e753005a3dedca3a0d44b4ed803cfc8f58c.zip | |
facepalm
| -rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index de18c82..7d69422 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -19,7 +19,7 @@ <center><a href="/blog.html"><i class="fas fa-arrow-left"></i> Other posts</a></center> </h3> </div> - <div class="container-post"> + <div class="container-blog"> <b>{{ content }}</b> </div> |
