aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/img/cat.gifbin8340 -> 0 bytes
-rw-r--r--static/img/cat.pngbin0 -> 8033 bytes
-rwxr-xr-xtemplates/base.html2
3 files changed, 1 insertions, 1 deletions
diff --git a/static/img/cat.gif b/static/img/cat.gif
deleted file mode 100644
index 34cf6e8..0000000
--- a/static/img/cat.gif
+++ /dev/null
Binary files differ
diff --git a/static/img/cat.png b/static/img/cat.png
new file mode 100644
index 0000000..a2fc628
--- /dev/null
+++ b/static/img/cat.png
Binary files differ
diff --git a/templates/base.html b/templates/base.html
index 01a5a5d..cc9c004 100755
--- a/templates/base.html
+++ b/templates/base.html
@@ -138,7 +138,7 @@
</ul>
<h3>A picture of a cat</h3>
- <img src="{{ SITEURL }}/theme/img/cat.gif">
+ <img src="{{ SITEURL }}/theme/img/cat.png">
</div>
</div>