summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander2014-07-14 16:13:41 +0000
committerMagnus Hagander2014-07-14 16:13:41 +0000
commit25ace0476b397f062aad4a360bb696c2c8cc65c9 (patch)
tree60c2ed1cf2a899a0ed428bf92b14be862f3a18a2
parent4bc1290965b39a0e09285c7e9235257fd1d16efe (diff)
Add a favicon
-rw-r--r--pgcommitfest/commitfest/static/commitfest/favicon.icobin0 -> 2550 bytes
-rw-r--r--pgcommitfest/commitfest/templates/base.html1
2 files changed, 1 insertions, 0 deletions
diff --git a/pgcommitfest/commitfest/static/commitfest/favicon.ico b/pgcommitfest/commitfest/static/commitfest/favicon.ico
new file mode 100644
index 0000000..a1cc036
--- /dev/null
+++ b/pgcommitfest/commitfest/static/commitfest/favicon.ico
Binary files differ
diff --git a/pgcommitfest/commitfest/templates/base.html b/pgcommitfest/commitfest/templates/base.html
index dbdfa7c..14be28b 100644
--- a/pgcommitfest/commitfest/templates/base.html
+++ b/pgcommitfest/commitfest/templates/base.html
@@ -7,6 +7,7 @@
<link rel="stylesheet" href="/https/git.postgresql.org/static/selectable/css/dj.selectable.css" type="text/css" media="all">
<link rel="stylesheet" href="/https/git.postgresql.org/static/commitfest/css/bootstrap.css" />
<link rel="stylesheet" href="/https/git.postgresql.org/static/commitfest/css/bootstrap-theme.min.css" />
+ <link rel="shortcut icon" href="/https/git.postgresql.org/static/commitfest/favicon.ico" />
</head>
<body>
<div class="container-fluid">