diff options
| author | Bobby <[email protected]> | 2022-10-01 14:23:48 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-10-01 14:23:48 -0400 |
| commit | b9d4606d2b1fc42fd1a9a542bd89645e8ea251a1 (patch) | |
| tree | f208076f5a4e3f8f4b271b17545d50de9fb84261 | |
| parent | 218955f5ef2ae09656f93161fa59e0902370ff22 (diff) | |
| download | thatcomputerscientist-b9d4606d2b1fc42fd1a9a542bd89645e8ea251a1.tar.xz thatcomputerscientist-b9d4606d2b1fc42fd1a9a542bd89645e8ea251a1.zip | |
Center align footer
| -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"> |
