summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/static/fav.icobin0 -> 1322 bytes
-rw-r--r--lib/static/logo_stout_w.png (renamed from lib/logo_stout_w.png)bin13577 -> 13577 bytes
-rw-r--r--lib/templates/index.html4
3 files changed, 2 insertions, 2 deletions
diff --git a/lib/static/fav.ico b/lib/static/fav.ico
new file mode 100644
index 0000000..b7b36f2
--- /dev/null
+++ b/lib/static/fav.ico
Binary files differ
diff --git a/lib/logo_stout_w.png b/lib/static/logo_stout_w.png
index 9b82572..9b82572 100644
--- a/lib/logo_stout_w.png
+++ b/lib/static/logo_stout_w.png
Binary files differ
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 %}