--- a/index.php +++ b/index.php @@ -24,13 +24,13 @@
-
-
+

GovHack","

GovHack",str_replace("

","

",Markdown(file_get_contents("index.md")))); ?>

+

@@ -42,8 +42,10 @@ 'selectors': 'h1' }); $(function(){ - $("#items").stoc({ - search: "#wrapper" + + $('
').insertAfter('h1'); + $(".items").each(function() { + $(this).stoc(); }); });