diff options
| author | Alee <alee14498@gmail.com> | 2018-11-18 16:30:19 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-11-18 16:30:19 -0500 |
| commit | 757c8f1db4e581ce12114363afeafcff9d227cd9 (patch) | |
| tree | 9b1fd1bc735ab115b9b365f578413b6e398ea040 /_layouts | |
| parent | 4ceaebe63009e2856b015832229eb57f67719bfc (diff) | |
| download | personal-website-757c8f1db4e581ce12114363afeafcff9d227cd9.tar.gz personal-website-757c8f1db4e581ce12114363afeafcff9d227cd9.tar.bz2 personal-website-757c8f1db4e581ce12114363afeafcff9d227cd9.zip | |
revert
Diffstat (limited to '_layouts')
| -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 0e5d010..de18c82 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -21,7 +21,7 @@ </div> <div class="container-post"> - <b><center>{{ content }}</center></b> + <b>{{ content }}</b> </div> {% include footer.html %} </BODY> |
