diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2014-01-10 17:52:48 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2014-01-10 17:52:48 -0800 |
| commit | de8258a6ac9b7cae750ef89b4ba2fbf8d5d96066 (patch) | |
| tree | 35dae13b8cff066181a19e43fc7b676863315170 /_layouts | |
| parent | Rewrite the index and add a page for codex. (diff) | |
| download | lumberjaph-de8258a6ac9b7cae750ef89b4ba2fbf8d5d96066.tar.gz | |
Fix the link to the list of posts.
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/post.html | 2 | ||||
| -rw-r--r-- | _layouts/static.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 7222e27..37a7066 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,7 +2,7 @@ layout: default --- <div id="logo"> - <a href='/list.html'><img src='/static/imgs/logo.png' alt='' /></a> + <a href='/'><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 2b58343..9739a1e 100644 --- a/_layouts/static.html +++ b/_layouts/static.html @@ -2,7 +2,7 @@ layout: default --- <div id="logo"> - <a href='/list.html'><img src='/static/imgs/logo.png' alt='' /></a> + <a href='/'><img src='/static/imgs/logo.png' alt='' /></a> </div> {{ content }} |
