Skip to content

Commit 5df4ce3

Browse files
committed
banner for new logo
1 parent 9a67ab3 commit 5df4ce3

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed

templates/base.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@
9292
<div class="wrap">
9393
<header class="global-header">
9494
<span role="status" aria-live="polite"></span>
95-
{# % block banner %}
95+
{% block banner %}
9696
{{ include('@W3CWebsiteTemplates/components/styles/banner.html.twig') }}
97-
{% endblock banner %#}
97+
{% endblock banner %}
9898
{% block access_control %}
9999
{{ include('@W3CWebsiteTemplates/components/styles/access_control.html.twig') }}
100100
{% endblock %}

translations/w3c_website_templates_bundle+intl-icu.en.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ footer:
5050
github: <span lang="en" dir="ltr">W3C on GitHub</span>
5151
banner:
5252
text: >-
53-
<span lang="en" dir="ltr">Watch online on 26 September at 1-2am <abbr title="Coordinated Universal Time">UTC</abbr> the
54-
<a href="https://www.w3.org/2024/09/TPAC/w3c-30.html"><abbr title="W3C’s 30th anniversary">W3C@30</abbr></a>
55-
talks - &apos;From impact to imperative&apos;</span>
53+
<span lang="en" dir="ltr">We have a new logo! <a href="https://www.w3.org/press-releases/2025/new-logo/">Learn more</a>.</span>
5654
header:
5755
logo_alt: W3C
5856
logo_link: Visit the W3C homepage

translations/w3c_website_templates_bundle+intl-icu.ja.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ footer:
4848
github: GitHub
4949
banner:
5050
text: >-
51-
<span lang="en" dir="ltr">Watch online on 26 September at 1-2am <abbr title="Coordinated Universal Time">UTC</abbr> the
52-
<a href="https://www.w3.org/2024/09/TPAC/w3c-30.html"><abbr title="W3C’s 30th anniversary">W3C@30</abbr></a>
53-
talks - &apos;From impact to imperative&apos;</span>
51+
新しいロゴです!<a href="https://www.w3.org/ja/press-releases/2025/new-logo/">詳細はこちら</a>.
5452
header:
5553
logo_alt: W3C
5654
logo_link: W3Cのホームページを訪れる

translations/w3c_website_templates_bundle+intl-icu.zh-hans.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ footer:
4646
github: W3C 在 GitHub
4747
banner:
4848
text: >-
49-
<span lang="en" dir="ltr">Watch online on 26 September at 1-2am <abbr title="Coordinated Universal Time">UTC</abbr> the
50-
<a href="https://www.w3.org/2024/09/TPAC/w3c-30.html"><abbr title="W3C’s 30th anniversary">W3C@30</abbr></a>
51-
talks - &apos;From impact to imperative&apos;</span>
49+
我们换新Logo了!<a href="https://www.w3.org/zh-hans/press-releases/2025/new-logo/">了解详情</a>
5250
header:
5351
logo_alt: W3C
5452
logo_link: 访问 W3C 主页

0 commit comments

Comments
 (0)