go.talks/present: Article template was including jquery, but it is not needed.

R=adg, r
CC=golang-dev
https://golang.org/cl/6820113
diff --git a/present/templates/article.tmpl b/present/templates/article.tmpl
index f3f01d2..cd25a70 100644
--- a/present/templates/article.tmpl
+++ b/present/templates/article.tmpl
@@ -6,7 +6,6 @@
   <head>
     <title>{{.Title}}</title>
     <link type="text/css" rel="stylesheet" href="/static/article.css">
-    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
     <meta charset='utf-8'>
   </head>