mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
Provide a favicon
This commit is contained in:
parent
d353a7b7a3
commit
7780a151c4
2 changed files with 4 additions and 0 deletions
BIN
extra_theme/images/favicon.png
Normal file
BIN
extra_theme/images/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 231 B |
4
extra_theme/templates/extra_head.html
Normal file
4
extra_theme/templates/extra_head.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
@require(assets_path)
|
||||
|
||||
<link rel="icon" type="image/png" href="@assets_path/images/favicon.png">
|
||||
<link rel="shortcut icon" href="@assets_path/images/favicon.png">
|
Loading…
Reference in a new issue