diff options
Diffstat (limited to 'pgcommitfest/commitfest')
-rw-r--r-- | pgcommitfest/commitfest/static/commitfest/favicon.ico | bin | 0 -> 2550 bytes | |||
-rw-r--r-- | pgcommitfest/commitfest/templates/base.html | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/pgcommitfest/commitfest/static/commitfest/favicon.ico b/pgcommitfest/commitfest/static/commitfest/favicon.ico Binary files differnew file mode 100644 index 0000000..a1cc036 --- /dev/null +++ b/pgcommitfest/commitfest/static/commitfest/favicon.ico 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"> |