diff options
| author | Bobby <[email protected]> | 2022-11-13 10:32:49 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-13 10:32:49 -0500 |
| commit | 297f4277c84d6331fa128fca62df1ae274e1eefd (patch) | |
| tree | 9a48ba2b2438d0f2fd5d276b5f6937df3ff99233 | |
| parent | 85531d778d82da8dc9992e499bee7111958a554b (diff) | |
| download | thatcomputerscientist-297f4277c84d6331fa128fca62df1ae274e1eefd.tar.xz thatcomputerscientist-297f4277c84d6331fa128fca62df1ae274e1eefd.zip | |
Update home.html
| -rw-r--r-- | templates/blog/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog/home.html b/templates/blog/home.html index 02897092..3da75a36 100644 --- a/templates/blog/home.html +++ b/templates/blog/home.html @@ -57,7 +57,7 @@ <br /> {% load ad %} <div class="ad"> - <img src="{{'banner'|ad }}" alt="Ad" style="width: 680px; height: 83px;" border="0"/> + <img src="{{'banner'|ad }}" alt="Ad" style="width: 698px; height: 90px;" border="0"/> </div> {% if recent_posts %} <h3 style="margin-bottom: 0px"><em>Recent Posts</em></h3> |
