diff options
| -rw-r--r-- | templates/blog/partials/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog/partials/base.html b/templates/blog/partials/base.html index d15ef0af..d041c785 100644 --- a/templates/blog/partials/base.html +++ b/templates/blog/partials/base.html @@ -57,7 +57,7 @@ </div> <div style="width: 1000px; margin: 0px auto 40px auto;"> <hr style="margin: 2rem 0;"> - <footer> + <footer style="text-align: center;"> {% load ad %} {% for i in '12345789'|make_list %} <img src="{{'buttons'|ad }}" alt="Ad" width="88px" height="31px"> |
