Skip to content

Commit

Permalink
internal/tour: include _content/images/icons
Browse files Browse the repository at this point in the history
Some icons (e.g. dark mode support icons) were not included
when running the stand-alone tour. Include them.

Change-Id: I714b60077229129d1c48237f918fc1ad16be0460
Reviewed-on: https://go-review.googlesource.com/c/website/+/527081
TryBot-Result: Gopher Robot <[email protected]>
Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
Reviewed-by: Russ Cox <[email protected]>
  • Loading branch information
hyangah committed Sep 12, 2023
1 parent 9a8a0a0 commit 2918f44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ var embedded embed.FS

//go:embed _content/favicon.ico
//go:embed _content/images/go-logo-white.svg
//go:embed _content/images/icons
//go:embed _content/js/playground.js
//go:embed _content/tour
var tourOnly embed.FS
Expand Down

0 comments on commit 2918f44

Please sign in to comment.