diff options
| author | Mauricio Alvarado <mauricio.alvarado@leftfieldlabs.com> | 2022-02-10 09:53:26 -0600 |
|---|---|---|
| committer | Jamal Carvalho <jamalcarvalho@google.com> | 2022-03-09 19:29:48 +0000 |
| commit | c3338c24394ca2bf2298e948dae18b0c1dec43c9 (patch) | |
| tree | 6254544c45337b500bd9d71ed7cc6c1141c4d941 /_content/site.tmpl | |
| parent | a00eda15b78b090a5f556b8a974ae4ef06462d48 (diff) | |
| download | go-x-website-c3338c24394ca2bf2298e948dae18b0c1dec43c9.tar.xz | |
_content: add dark mode styles
Added dark mode styles and images.
For golang/go#34601
Change-Id: I1a4d9599cbe8e3b51380be914cfe1abbc3cd79bb
Reviewed-on: https://go-review.googlesource.com/c/website/+/384874
Reviewed-by: Jamal Carvalho <jamalcarvalho@google.com>
Trust: Dmitri Shuralyov <dmitshur@google.com>
Diffstat (limited to '_content/site.tmpl')
| -rw-r--r-- | _content/site.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/site.tmpl b/_content/site.tmpl index bc638a81..9cb4f9d3 100644 --- a/_content/site.tmpl +++ b/_content/site.tmpl @@ -1,6 +1,6 @@ {{block "entirepage" . -}} <!DOCTYPE html> -<html lang="en"> +<html lang="en" data-theme="light"> <head> <!-- Google Tag Manager --> <link rel="preconnect" href="https://www.googletagmanager.com"> |
