diff options
author | Santo Cariotti <sancn@live.com> | 2017-07-22 08:30:13 +0200 |
---|---|---|
committer | Santo Cariotti <sancn@live.com> | 2017-07-22 08:30:13 +0200 |
commit | 01f0aea1a4f74f83a41766197d3ad3c14a4d9c9f (patch) | |
tree | 56d7284a3634b850a6fe0d91ecfd98a5b38cf208 /lib/templates | |
parent | 84f3b829c634dccfca61baaf670f11c4cfd4092c (diff) |
moved img to static
Diffstat (limited to 'lib/templates')
-rw-r--r-- | lib/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/templates/index.html b/lib/templates/index.html index 43ac08d..849195a 100644 --- a/lib/templates/index.html +++ b/lib/templates/index.html @@ -17,7 +17,7 @@ <meta name="twitter:creator" content="@dcariotti"> <meta name="twitter:image" content="https://raw.githubusercontent.com/dcariotti/Stout/master/logo_stout.png"> <link href="https://fonts.googleapis.com/css?family=Space+Mono" rel="stylesheet" type="text/css"> - <link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/dcariotti/Stout/master/lib/templates/fav.ico"> + <link rel="icon" type="image/x-icon" href="/static/fav.ico"> <link rel="stylesheet" href="http://fontawesome.io/assets/font-awesome/css/font-awesome.css"> <style> body { @@ -74,7 +74,7 @@ </head> <body> <header> - <img src="https://raw.githubusercontent.com/dcariotti/Stout/master/lib/logo_stout_w.png" class="logo" /> + <img src="/static/logo_stout_w.png" class="logo" /> </header> <section id="wrapper"> {% if len_todo == 0 %} |