diff options
author | filip <filip.komar@gmail.com> | 2014-02-07 19:18:40 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2014-02-07 19:18:40 +0100 |
commit | 56b742b8a78d76c098701874887897dada3f08a8 (patch) | |
tree | f1513399fb4d015c958030e652bae8e6c50b4e8e | |
parent | f05f9ef7ffc538425f49a85ed151ea3d72b14617 (diff) | |
download | mgatres-56b742b8a78d76c098701874887897dada3f08a8.tar mgatres-56b742b8a78d76c098701874887897dada3f08a8.tar.gz mgatres-56b742b8a78d76c098701874887897dada3f08a8.tar.bz2 mgatres-56b742b8a78d76c098701874887897dada3f08a8.tar.xz mgatres-56b742b8a78d76c098701874887897dada3f08a8.zip |
added favicon
-rw-r--r-- | static/favicon.png | bin | 0 -> 1184 bytes | |||
-rw-r--r-- | tmpl/head.html | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/static/favicon.png b/static/favicon.png Binary files differnew file mode 100644 index 0000000..5868d96 --- /dev/null +++ b/static/favicon.png diff --git a/tmpl/head.html b/tmpl/head.html index dab892b..c647de6 100644 --- a/tmpl/head.html +++ b/tmpl/head.html @@ -1,3 +1,4 @@ +<link rel="icon" type="image/png" href="[% config.staticdir_url %]/favicon.png"> <link rel="stylesheet" type="text/css" href="[% config.links_protocol %]static.mageia.org/g/style/all.css"> <link rel="stylesheet" type="text/css" href="[% config.links_protocol %]nav.mageia.org/css/"> <link rel="stylesheet" type="text/css" href="[% config.staticdir_url %]/treasurer.css"> |