aboutsummaryrefslogtreecommitdiff
path: root/_content/site.tmpl
diff options
context:
space:
mode:
authorJamal Carvalho <jamalcarvalho@google.com>2023-02-21 16:12:35 +0000
committerJamal Carvalho <jamal@golang.org>2023-02-21 19:19:35 +0000
commit44086c137c450561de992096ac32ac81752fefa9 (patch)
tree5524014fc767685c6c5e32bcc44ffcb50f5bece5 /_content/site.tmpl
parente0f28dd77b5296b976aead9f62766f65442af8ca (diff)
downloadgo-x-website-44086c137c450561de992096ac32ac81752fefa9.tar.xz
_content: fix duplicate github icon
Fixes golang/go#58555 Change-Id: I36788aabbe09c4e5f343ae88d94392c202ff144f Reviewed-on: https://go-review.googlesource.com/c/website/+/469815 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> Run-TryBot: Jamal Carvalho <jamal@golang.org>
Diffstat (limited to '_content/site.tmpl')
-rw-r--r--_content/site.tmpl5
1 files changed, 0 insertions, 5 deletions
diff --git a/_content/site.tmpl b/_content/site.tmpl
index 5b5ea62a..52ff5689 100644
--- a/_content/site.tmpl
+++ b/_content/site.tmpl
@@ -83,12 +83,7 @@
{{- if .socialIconsList}}
<div class="Header-socialIcons">
{{ range .socialIconsList }}
- {{ if .darkImg }}
- <a class="Header-socialIcon Header-socialIcon-light" href="{{.url}}"><img src="/images/logos/social/{{.img}}" /></a>
- <a class="Header-socialIcon Header-socialIcon-dark" href="{{.url}}"><img src="/images/logos/social/{{.darkImg}}" /></a>
- {{else}}
<a class="Header-socialIcon" href="{{.url}}"><img src="/images/logos/social/{{.img}}" /></a>
- {{end}}
{{- end}}
</div>
{{- end}}