diff options
| -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 }} |
