Alexandre Julliard : Also update the extracted favicon files.

Alexandre Julliard julliard at winehq.org
Tue Feb 1 15:18:55 CST 2022


Module: website
Branch: master
Commit: eea813e89e344eb3f365ad42a965fb879e4118ea
URL:    https://source.winehq.org/git/website.git/?a=commit;h=eea813e89e344eb3f365ad42a965fb879e4118ea

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Feb  1 11:10:22 2022 +0100

Also update the extracted favicon files.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52088
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 images/winehq_logo_16.png                      | Bin 917 -> 844 bytes
 images/winehq_logo_32.png                      | Bin 0 -> 2153 bytes
 templates/en/global/layout/content.template    |   2 +-
 templates/zh-cn/global/layout/content.template |   2 +-
 4 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/images/winehq_logo_16.png b/images/winehq_logo_16.png
index 83d2c4c0..504a0b91 100644
Binary files a/images/winehq_logo_16.png and b/images/winehq_logo_16.png differ
diff --git a/images/winehq_logo_32.png b/images/winehq_logo_32.png
new file mode 100644
index 00000000..1b1d013a
Binary files /dev/null and b/images/winehq_logo_32.png differ
diff --git a/templates/en/global/layout/content.template b/templates/en/global/layout/content.template
index 9641b1ec..8e0ba114 100644
--- a/templates/en/global/layout/content.template
+++ b/templates/en/global/layout/content.template
@@ -29,7 +29,7 @@
     <script defer src="https://use.fontawesome.com/releases/v5.0.10/js/all.js" integrity="sha384-slN8GvtUJGnv6ca26v8EzVaR9DC58QEwsIk9q1QXdCU8Yu8ck/tL/5szYlBbqmS+" crossorigin="anonymous"></script>
     {$js_links}
 
-    <link rel="shortcut icon" type="image/png" href="https://dl.winehq.org/share/images/winehq_logo_16.png">
+    <link rel="shortcut icon" type="image/png" href="https://dl.winehq.org/share/images/winehq_logo_32.png">
     {$rss_link}
 </head>
 <body class="page-{$page_name}{$page_body_class}">
diff --git a/templates/zh-cn/global/layout/content.template b/templates/zh-cn/global/layout/content.template
index a7705992..69b7782d 100644
--- a/templates/zh-cn/global/layout/content.template
+++ b/templates/zh-cn/global/layout/content.template
@@ -29,7 +29,7 @@
     <script defer src="https://use.fontawesome.com/releases/v5.0.10/js/all.js" integrity="sha384-slN8GvtUJGnv6ca26v8EzVaR9DC58QEwsIk9q1QXdCU8Yu8ck/tL/5szYlBbqmS+" crossorigin="anonymous"></script>
     {$js_links}
 
-    <link rel="shortcut icon" type="image/png" href="https://dl.winehq.org/share/images/winehq_logo_16.png">
+    <link rel="shortcut icon" type="image/png" href="https://dl.winehq.org/share/images/winehq_logo_32.png">
     {$rss_link}
 </head>
 <body class="page-{$page_name}{$page_body_class}">




More information about the wine-cvs mailing list