diff --git a/dactyl-config.yml b/dactyl-config.yml index 89b5fedbec..d49aacc264 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -70,7 +70,7 @@ targets: github_branch: master strings: blog: "Blog" - search: "Search site with Google..." + search: "Search site..." bc_home: "Home" tl_banner: head: "Sorry, this page is not available in your language." @@ -143,7 +143,7 @@ targets: github_branch: master strings: blog: "ブログ" - search: "サイトをGoogleで検索" + search: "サイトを検索" bc_home: "ホーム" tl_banner: head: "も仕分けありませんがこのページは日本語では入手不可" #TODO: check translation @@ -298,7 +298,7 @@ targets: no_cover: true strings: blog: "Blog" - search: "Search site with Google..." + search: "Search site..." bc_home: "Home" tl_banner: head: "Sorry, this page is not available in your language." @@ -327,7 +327,7 @@ targets: "([\\w-]+\\.html)": https://xrpl.org/\1 strings: blog: "Blog" - search: "Search site with Google..." + search: "Search site..." bc_home: "Home" tl_banner: head: "Sorry, this page is not available in your language." diff --git a/tool/template-base.html b/tool/template-base.html index 15677a8d2c..0eda22728d 100644 --- a/tool/template-base.html +++ b/tool/template-base.html @@ -40,6 +40,8 @@ ); + + {% block head %} {% endblock %} @@ -70,10 +72,9 @@ {% include 'template-github-edit.html' %} -