summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/www/index.gsp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/www/index.gsp b/src/www/index.gsp
index e543bb4..886fea2 100644
--- a/src/www/index.gsp
+++ b/src/www/index.gsp
@@ -131,13 +131,18 @@ html lang="en" {
}
}
- p {-Interesting talks (these are videos):}
+ p {-Interesting talks and videos:}
ul {
li {
NEWTAB href="https://www.youtube.com/watch?v=HxaD_trXwRE" {
cite {-Lexical Scanning in Go — Rob Pike}
}
}
+ li {
+ NEWTAB href="https://www.youtube.com/playlist?list=PL0qfF8MrJ-jxMfirAdxDs9zIiBg2Wug0z" {
+ cite {-Advanced Programming in the UNIX Environment}
+ }
+ }
}
}