diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2014-01-04 20:10:54 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2014-01-04 20:10:54 -0800 |
| commit | ef52d611272a6eaad909c8c59f81758f163c009e (patch) | |
| tree | 9dc080da93a45d336ee62a3d9672a2db25891f6a | |
| parent | Update font and add logo (diff) | |
| download | lumberjaph-ef52d611272a6eaad909c8c59f81758f163c009e.tar.gz | |
update logo
| -rw-r--r-- | _layouts/post.html | 2 | ||||
| -rw-r--r-- | _layouts/static.html | 2 | ||||
| -rw-r--r-- | static/imgs/logo.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..d77aee6 --- /dev/null +++ b/static/imgs/logo.png |
