diff options
| author | Cédric Picard <cedric.picard@efrei.net> | 2014-11-30 00:19:22 +0100 | 
|---|---|---|
| committer | Cédric Picard <cedric.picard@efrei.net> | 2014-11-30 00:19:22 +0100 | 
| commit | b2114a23f1d74ed02979cfcd83a37c4d2d8eacba (patch) | |
| tree | 803e72f162207bd2a0b00dd8e3253023323da060 | |
| parent | 4559bdfaa93a14dd24c65305c93a94f07d7f3024 (diff) | |
| download | pasteme-b2114a23f1d74ed02979cfcd83a37c4d2d8eacba.tar.gz pasteme-b2114a23f1d74ed02979cfcd83a37c4d2d8eacba.tar.bz2 pasteme-b2114a23f1d74ed02979cfcd83a37c4d2d8eacba.zip | |
Added favicon
| -rw-r--r-- | static/favicon.ico | bin | 0 -> 124416 bytes | |||
| -rw-r--r-- | views/base.tpl | 1 | 
2 files changed, 1 insertions, 0 deletions
| diff --git a/static/favicon.ico b/static/favicon.icoBinary files differ new file mode 100644 index 0000000..b74d7e3 --- /dev/null +++ b/static/favicon.ico diff --git a/views/base.tpl b/views/base.tpl index 0fe2ad0..3b47a5d 100644 --- a/views/base.tpl +++ b/views/base.tpl @@ -3,6 +3,7 @@      <title>{{title or 'No title'}}</title>      <link rel="stylesheet" href="/static/pygments.css" />      <link rel="stylesheet" href="/static/base.css" /> +    <link rel="icon" type="image/ico" href="/static/favicon.ico"/>  </head>  <body>  <img id="banner" alt="Pasteme" src="/static/banner.png"><br /> | 
