diff options
author | Santo Cariotti <sancn@live.com> | 2017-07-21 19:48:15 +0200 |
---|---|---|
committer | Santo Cariotti <sancn@live.com> | 2017-07-21 19:48:15 +0200 |
commit | 62c5cfeffa2fadb448a0b8e4f9a5a281faf5a9ab (patch) | |
tree | 3b1eadc692b6045e11469ef2f52ee0780233a408 /lib/templates | |
parent | fec733c2f983880bb4b177756cae79ae4ebc20be (diff) |
fixed logo
Diffstat (limited to 'lib/templates')
-rw-r--r-- | lib/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/templates/index.html b/lib/templates/index.html index 7d72bc5..43ac08d 100644 --- a/lib/templates/index.html +++ b/lib/templates/index.html @@ -74,7 +74,7 @@ </head> <body> <header> - <img src="https://raw.githubusercontent.com/dcariotti/Stout/master/lib/logo_stout_white.png" class="logo" /> + <img src="https://raw.githubusercontent.com/dcariotti/Stout/master/lib/logo_stout_w.png" class="logo" /> </header> <section id="wrapper"> {% if len_todo == 0 %} |