summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_layouts/post.html2
-rw-r--r--_layouts/static.html2
-rw-r--r--static/imgs/logo.pngbin0 -> 5995 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index f11a80f..7222e27 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -2,7 +2,7 @@
layout: default
---
<div id="logo">
- <a href='/list.html'><img src='http://upload.wikimedia.org/wikipedia/commons/thumb/b/b1/EnsoZen.png/50px-EnsoZen.png' alt='' /></a>
+ <a href='/list.html'><img src='/static/imgs/logo.png' alt='' /></a>
</div>
<h1><a href="{{ page.url }}">{{ page.title }}</a></h1>
diff --git a/_layouts/static.html b/_layouts/static.html
index 9d4b948..2b58343 100644
--- a/_layouts/static.html
+++ b/_layouts/static.html
@@ -2,7 +2,7 @@
layout: default
---
<div id="logo">
- <a href='/list.html'><img src='http://upload.wikimedia.org/wikipedia/commons/thumb/b/b1/EnsoZen.png/50px-EnsoZen.png' alt='' /></a>
+ <a href='/list.html'><img src='/static/imgs/logo.png' alt='' /></a>
</div>
{{ content }}
diff --git a/static/imgs/logo.png b/static/imgs/logo.png
new file mode 100644
index 0000000..d77aee6
--- /dev/null
+++ b/static/imgs/logo.png
Binary files differ