Explorar o código

building talks, and fixing some javascript

john melesky %!s(int64=8) %!d(string=hai) anos
pai
achega
0e96bd38be

+ 12 - 0
site.hs

@@ -25,6 +25,18 @@ main = hakyll $ do
     route   idRoute
     compile copyFileCompiler
 
+  match "talks/*/*" $ do
+    route   idRoute
+    compile copyFileCompiler
+
+  match "talks/*/*/*" $ do
+    route   idRoute
+    compile copyFileCompiler
+
+  match "talks/*/*/*/*" $ do
+    route   idRoute
+    compile copyFileCompiler
+
 
   match "stuff/zombie_protagonist/Zombie.swf" $ do
     route   idRoute

+ 2 - 2
talks/ml-primer/index.html

@@ -20,8 +20,8 @@
 
 </style>
 
-<script src="scripts/jquery-1.2.3.js" type="text/javascript" />
-<script src="scripts/slideshow.js" type="text/javascript" />
+<script src="scripts/jquery-1.2.3.js" type="text/javascript"></script>
+<script src="scripts/slideshow.js" type="text/javascript"></script>
 </head>
 
 <body>

+ 2 - 2
talks/multiprocessing/index.html

@@ -28,8 +28,8 @@ pre {
 
 </style>
 
-<script src="scripts/jquery-1.2.3.js" type="text/javascript" />
-<script src="scripts/slideshow.js" type="text/javascript" />
+<script src="scripts/jquery-1.2.3.js" type="text/javascript"></script>
+<script src="scripts/slideshow.js" type="text/javascript"></script>
 </head>
 
 <body>

+ 2 - 2
talks/profile-cprofile/index.html

@@ -28,8 +28,8 @@ pre {
 
 </style>
 
-<script src="scripts/jquery-1.2.3.js" type="text/javascript" />
-<script src="scripts/slideshow.js" type="text/javascript" />
+<script src="scripts/jquery-1.2.3.js" type="text/javascript"></script>
+<script src="scripts/slideshow.js" type="text/javascript"></script>
 </head>
 
 <body>