aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatharina Sabel <sabel.katharina@gmail.com>2016-12-16 17:05:59 +0100
committerKatharina Sabel <sabel.katharina@gmail.com>2016-12-16 17:05:59 +0100
commit8add92728ef70a037c7b6e8f3625884e8c34f56e (patch)
tree6f320d14e9a3afdd76f32bb21ec1c80ea8a0d3fe
parentbf424a91185485c6e2d94785f44779788b7c15cb (diff)
parent6add01dd10c8a0292b4036a14123b46ef0fa2617 (diff)
Updating theme to use PNG cat
-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>