diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-11-01 21:01:09 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-11-01 21:01:09 +0100 |
commit | 951d990eb87727c074cd12792597a3edb3a63e4b (patch) | |
tree | 9da3d27cd20824f8f0018078b96c7f6c310cd7e6 /src | |
parent | e6d04b39a78bdba868e92b5d3f16cb6c549c6774 (diff) |
Diffstat (limited to 'src')
-rw-r--r-- | src/www/index.gsp | 7 |
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} + } + } } } |