This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch mkdocs
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git

commit 352ba29a4f35285f0e2ace2e9424248dffb25c6d
Author: ken.lj <[email protected]>
AuthorDate: Wed Oct 28 13:53:46 2020 +0800

    add tab logo
---
 material/assets/images/dubbo.svg | 1 +
 material/base.html               | 1 +
 2 files changed, 2 insertions(+)

diff --git a/material/assets/images/dubbo.svg b/material/assets/images/dubbo.svg
new file mode 100644
index 0000000..8c56439
--- /dev/null
+++ b/material/assets/images/dubbo.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; width="20px" height="20px" role="img" 
viewBox="-2.24 -0.24 324.74 78.74"><title>Dubbo 
logo</title><defs><linearGradient id="a" x1="4.06" x2="316.39" y1="39.27" 
y2="39.27" gradientUnits="userSpaceOnUse"><stop offset="0" 
stop-color="#8953ff"/><stop offset="1" 
stop-color="#00e0e3"/></linearGradient></defs><path fill="url(#a)" d="M68.46 
50.38c0 14.06 11.39 22.11 25.45 22.11s25.45-8.05 
25.45-22.11V7.25h-50.9zm21.24-28h8.6V31h-8.6zm0 22.25h8.6v8.6h-8.6zM [...]
\ No newline at end of file
diff --git a/material/base.html b/material/base.html
index 848cf51..b9f9383 100755
--- a/material/base.html
+++ b/material/base.html
@@ -28,6 +28,7 @@
       {% elif config.site_author %}
         <meta name="author" content="{{ config.site_author }}">
       {% endif %}
+      <link rel="icon" href="assets/images/dubbo.svg">
       <link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
       <meta name="generator" content="mkdocs-{{ mkdocs_version }}, 
mkdocs-material-5.5.3">
     {% endblock %}

Reply via email to