Skip to content

Commit

Permalink
go.dev/_content/blog: fix embedded videos in two posts
Browse files Browse the repository at this point in the history
Fixes golang/go#48235

Change-Id: I204e8f24290c1c4c411b522d6fbed535741fb0c8
GitHub-Last-Rev: 5da61a4
GitHub-Pull-Request: #93
Reviewed-on: https://go-review.googlesource.com/c/website/+/348249
Reviewed-by: Jamal Carvalho <jamal@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
Run-TryBot: Jamal Carvalho <jamal@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
  • Loading branch information
180909 authored and rsc committed Sep 15, 2021
1 parent 03c6600 commit 7cc6415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmd/golangorg/csp.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ var csp = map[string][]string{
"www.googletagmanager.com",
"scone-pa.clients6.google.com",
"www.youtube.com",
"player.vimeo.com",
},
"img-src": {
self,
Expand Down
2 changes: 1 addition & 1 deletion go.dev/_content/blog/waza-talk.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Waza conference entitled
[_Concurrency is not parallelism_](https://blog.heroku.com/concurrency_is_not_parallelism),
and a video recording of the talk was released a few months ago.

{{video "https://www.youtube.com/watch?v=oV9rvDllKEg" 500 281}}
{{video "https://www.youtube.com/embed/oV9rvDllKEg" 500 281}}

The slides are available at [talks.golang.org](https://talks.golang.org/2012/waza.slide)
(use the left and right arrow keys to navigate).
Expand Down

0 comments on commit 7cc6415

Please sign in to comment.