This is an automated email from the ASF dual-hosted git repository.
skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-webskin.git
The following commit(s) were added to refs/heads/master by this push:
new fab7e92 add favicon from main website
fab7e92 is described below
commit fab7e92da38f49ae7760c619e984bec8f20d93b8
Author: Eric Barboni <[email protected]>
AuthorDate: Fri Aug 9 16:18:14 2019 +0200
add favicon from main website
---
src/main/resources/META-INF/maven/site.vm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/main/resources/META-INF/maven/site.vm
b/src/main/resources/META-INF/maven/site.vm
index 19e4852..da52471 100644
--- a/src/main/resources/META-INF/maven/site.vm
+++ b/src/main/resources/META-INF/maven/site.vm
@@ -22,6 +22,8 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>$title</title>
<link rel="stylesheet" href="$relativePath/css/netbeans.css" />
+ <link rel="icon" type="image/png" sizes="32x32"
href="https://netbeans.apache.org/favicon-32x32.png">
+ <link rel="icon" type="image/png" sizes="16x16"
href="https://netbeans.apache.org/favicon-16x16.png">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700"
rel="stylesheet">
</head>
<body>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists