summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/images/currency.pngbin0 -> 3225 bytes
-rw-r--r--templates/root.mako3
2 files changed, 2 insertions, 1 deletions
diff --git a/static/images/currency.png b/static/images/currency.png
new file mode 100644
index 0000000..f0bee75
--- /dev/null
+++ b/static/images/currency.png
Binary files differ
diff --git a/templates/root.mako b/templates/root.mako
index 25fd2a4..6092242 100644
--- a/templates/root.mako
+++ b/templates/root.mako
@@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
${self.js()}
- <!-- <link rel="shortcut icon" href=${"favicon.ico" | url} type="image/icon"> -->
+ <link rel="shortcut icon" href=${"/static/images/currency.png" | url} type="image/icon">
<title>${self.title()}</title>
${self.style()}
</head>
@@ -11,6 +11,7 @@
<body>
<div id="wrapper">
<div id="logo">
+ <img src=${"/static/images/currency.png" | url} />
<h1><a href=${"/" | url}>Kosten</a></h1>
<h2>»   vom Nec</h2>
</div>
>2014-04-24tests: we don't use aggregate-resultsJason A. Donenfeld1-57/+0 2014-04-24Don't prompt for questions when stdin is not a tty.Jason A. Donenfeld3-7/+6 2014-04-24Allow overridable bash.Jason A. Donenfeld16-16/+16 2014-04-24dmenu: check for empty instead of ret codeJason A. Donenfeld1-1/+1 2014-04-24tests: sed doesn't like escaped chars on non-gnuJason A. Donenfeld1-1/+1 2014-04-24tests: run from anywhereJason A. Donenfeld13-4/+16 2014-04-24Turns out aliases were a bad idea.Jason A. Donenfeld14-95/+92 2014-04-24Make gpg_opts an array.Jason A. Donenfeld1-12/+12 2014-04-24Shellcheck errors.Jason A. Donenfeld1-6/+6 2014-04-24tests: todo updateJason A. Donenfeld1-25/+0