diff options
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 7d69422..cb0bf12 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-blog"> + <div class="container"> <b>{{ content }}</b> </div> |
