diff --git a/_docs/index.tmpl.html b/_docs/index.tmpl.html index 3fc2b7176..3db456399 100644 --- a/_docs/index.tmpl.html +++ b/_docs/index.tmpl.html @@ -55,10 +55,10 @@ table.examples iframe {
// {{.Name}}
 
 {{.Source}}
- {{if ne .Name "blocks"}} - + {{if eq .Name "blocks"}} + Click to play!
{{else}} - (TODO: Implement link) + {{end}} {{end}} diff --git a/_docs/public/blocks.png b/_docs/public/blocks.png new file mode 100644 index 000000000..40ef285a2 Binary files /dev/null and b/_docs/public/blocks.png differ diff --git a/_docs/public/index.html b/_docs/public/index.html index eaa87c103..33e527f00 100644 --- a/_docs/public/index.html +++ b/_docs/public/index.html @@ -71,7 +71,7 @@ table.examples iframe { // Please read example/blocks/main.go and example/blocks/blocks/*.go - (TODO: Implement link) + Click to play!