|
| 1 | +diff --git a/material/base.html b/material/base.html |
| 2 | +index be0a8c88e..1c1380746 100644 |
| 3 | +--- a/material/base.html |
| 4 | ++++ b/material/base.html |
| 5 | +@@ -67,6 +67,15 @@ |
| 6 | + {% include "partials/integrations/analytics.html" %} |
| 7 | + {% endblock %} |
| 8 | + {% block extrahead %}{% endblock %} |
| 9 | ++ <!-- Global site tag (gtag.js) - Google Analytics --> |
| 10 | ++ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-64826966-1"></script> |
| 11 | ++ <script> |
| 12 | ++ window.dataLayer = window.dataLayer || []; |
| 13 | ++ function gtag(){dataLayer.push(arguments);} |
| 14 | ++ gtag('js', new Date()); |
| 15 | ++ |
| 16 | ++ gtag('config', 'UA-64826966-1'); |
| 17 | ++ </script> |
| 18 | + </head> |
| 19 | + {% set direction = config.theme.direction or lang.t('direction') %} |
| 20 | + {% if config.theme.palette %} |
| 21 | +diff --git a/material/partials/header.html b/material/partials/header.html |
| 22 | +index 4872af867..6b3573812 100644 |
| 23 | +--- a/material/partials/header.html |
| 24 | ++++ b/material/partials/header.html |
| 25 | +@@ -66,6 +66,15 @@ |
| 26 | + </div> |
| 27 | + </div> |
| 28 | + {% endif %} |
| 29 | ++ <div class="md-ellipsis-nav" style="font-size:120%;"> |
| 30 | ++ <a href="https://www.wolfssl.jp/">ホーム</a> |
| 31 | ++ <a href="https://www.wolfssl.jp/products/">製品</a> |
| 32 | ++ <a href="https://www.wolfssl.jp/download/">ダウンロード</a> |
| 33 | ++ <a href="https://www.wolfssl.jp/license/">ライセンス</a> |
| 34 | ++ <a href="https://www.wolfssl.jp/docs/">ドキュメント</a> |
| 35 | ++ <a href="https://www.wolfssl.jp/contact/">ご質問</a> |
| 36 | ++ </div> |
| 37 | ++ |
| 38 | + {% if "search" in config["plugins"] %} |
| 39 | + <label class="md-header__button md-icon" for="__search"> |
| 40 | + {% include ".icons/material/magnify.svg" %} |
0 commit comments