diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2014-01-04 19:53:27 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2014-01-04 19:53:27 -0800 |
| commit | 15cc1e7b64b479ea483f6d690ea2017c03db740f (patch) | |
| tree | 7c0f66d752b931748f89e7fdf1c5249b954eb606 /_layouts/static.html | |
| parent | Make the index page similar to a post page. (diff) | |
| download | lumberjaph-15cc1e7b64b479ea483f6d690ea2017c03db740f.tar.gz | |
Update font and add logo
Diffstat (limited to '')
| -rw-r--r-- | _layouts/static.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_layouts/static.html b/_layouts/static.html index 28bbde6..9d4b948 100644 --- a/_layouts/static.html +++ b/_layouts/static.html @@ -1,6 +1,10 @@ --- 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> +</div> + {{ content }} {% include footer.html %} |
