diff options
Diffstat (limited to '_layouts/post.html')
| -rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 1 insertions, 1 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> |
