diff options
| author | Russ Cox <rsc@golang.org> | 2021-11-04 16:06:00 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2021-11-30 18:33:03 +0000 |
| commit | 8a86c4a6dbe5e8bdf59f9d68538cf0fc5852be5a (patch) | |
| tree | bd220b871963d89254e3ed7a684173652c34e93f /_content/site.tmpl | |
| parent | 7b05988451dc8f89503fbdd566cc6e5fada770a4 (diff) | |
| download | go-x-website-8a86c4a6dbe5e8bdf59f9d68538cf0fc5852be5a.tar.xz | |
website: remove banner
We still believe very much that Black Lives Matter
and that the Equal Justice Initiative and other causes
are worthy of support. We have made that point.
For most users the banner has now faded into the
background and goes unnoticed.
As part of the overall site revamp merging golang.org
with go.dev, remove the banner.
Change-Id: I82245fab0a9c5fcfdaca5ddfd8d64d503d4df096
Reviewed-on: https://go-review.googlesource.com/c/website/+/367915
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Jamal Carvalho <jamal@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Website-Publish: Russ Cox <rsc@golang.org>
Diffstat (limited to '_content/site.tmpl')
| -rw-r--r-- | _content/site.tmpl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/_content/site.tmpl b/_content/site.tmpl index 24f2753c..38bdf391 100644 --- a/_content/site.tmpl +++ b/_content/site.tmpl @@ -41,17 +41,6 @@ {{$menus := data "/menus.yaml"}} <header class="Site-header js-siteHeader"> - <div class="Banner"> - <div class="Banner-inner"> - <div class="Banner-message">Black Lives Matter</div> - <a class="Banner-action" - href="https://support.eji.org/give/153413/#!/donation/checkout" - target="_blank" - rel="noopener"> - Support the Equal Justice Initiative - </a> - </div> - </div> <div class="Header Header--dark"> <nav class="Header-nav"> <a href="/"> |
