summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2014-01-04 20:50:40 -0800
committerFranck Cuny <franck.cuny@gmail.com>2014-01-04 20:50:40 -0800
commite5418f0d67accbd6c0ef82e3e5c9612c111bb4f1 (patch)
tree6390afc1b65b4c9b22ceb5933ee65c8665336ed2 /index.html
parentadd new post: using ansible for cgit (diff)
downloadlumberjaph-e5418f0d67accbd6c0ef82e3e5c9612c111bb4f1.tar.gz
Add logo to the index.
Diffstat (limited to 'index.html')
-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 %}