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 0899f8bf4737040bbd9cf9ab8cb9988923ddfe32 Author: ken.lj <[email protected]> AuthorDate: Wed Oct 28 13:00:23 2020 +0800 move announce block to home page --- material/main.html | 8 -------- material/overrides/home_en.html | 9 +++++++++ material/overrides/home_zh.html | 9 +++++++++ 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/material/main.html b/material/main.html index 04ec878..0f7bb46 100755 --- a/material/main.html +++ b/material/main.html @@ -23,12 +23,4 @@ <meta name="twitter:description" content="{{ config.site_description }}"> <meta name="twitter:image" content="{{ image }}"> <link rel="stylesheet" href="{{ 'assets/stylesheets/overrides.011ebae6.min.css' | url }}"> -{% endblock %} -{% block announce %} -<a href="http://dubbo.apache.org/en-us/docs/3.0/user/preface/background/"> - Details of the next generation <strong>Dubbo 3.0</strong> - <span class="twemoji twitter"> - {% include ".icons/material/dev-to.svg" %} - </span> -</a> {% endblock %} \ No newline at end of file diff --git a/material/overrides/home_en.html b/material/overrides/home_en.html index 187687d..b0fd12a 100755 --- a/material/overrides/home_en.html +++ b/material/overrides/home_en.html @@ -427,6 +427,15 @@ This file was automatically generated - do not edit /* 页脚部分样式结束 */ </style> +{% block announce %} +<a href="https://chickenlj.github.io/incubator-dubbo-website/en-us/docs/3.0/user/preface/background/"> + Details of the next generation <strong>Dubbo 3.0</strong> + <span class="twemoji twitter"> + {% include ".icons/material/dev-to.svg" %} + </span> +</a> +{% endblock %} + <section class="tx-container"> <div class="md-grid md-typeset"> <div class="tx-hero"> diff --git a/material/overrides/home_zh.html b/material/overrides/home_zh.html index 7d6a6e1..41fec46 100644 --- a/material/overrides/home_zh.html +++ b/material/overrides/home_zh.html @@ -426,6 +426,15 @@ This file was automatically generated - do not edit } /* 页脚部分样式结束 */ </style> +{% block announce %} +<a href="https://chickenlj.github.io/incubator-dubbo-website/en-us/docs/3.0/user/preface/background/"> + Details of the next generation <strong>Dubbo 3.0</strong> + <span class="twemoji twitter"> + {% include ".icons/material/dev-to.svg" %} + </span> +</a> +{% endblock %} + <section class="tx-container"> <div class="md-grid md-typeset"> <div class="tx-hero">
