diff options
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/post.html | 4 | ||||
| -rw-r--r-- | _layouts/static.html | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index a7d2358..6014106 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,10 +1,6 @@ --- layout: default --- -<div id="logo"> - <a href='/'><img src='/static/imgs/logo.png' alt='' /></a> -</div> - <h1><a href="{{ page.url }}">{{ page.title }}</a></h1> <div id="entry"> diff --git a/_layouts/static.html b/_layouts/static.html index 9739a1e..0fb107f 100644 --- a/_layouts/static.html +++ b/_layouts/static.html @@ -1,9 +1,6 @@ --- layout: default --- -<div id="logo"> - <a href='/'><img src='/static/imgs/logo.png' alt='' /></a> -</div> {{ content }} |
