summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.html b/index.html
index df0bd7d..60efc1e 100644
--- a/index.html
+++ b/index.html
@@ -4,6 +4,10 @@ layout: default
{% assign page = site.posts.first %}
+<div id="logo">
+ <a href='/list.html'><img src='/static/imgs/logo.png' alt='' /></a>
+</div>
+
<h1><a href="{{ page.url }}">{{ page.title }}</a></h1>
{% if page.previous.url %}