diff --git a/content/articles.html b/content/articles.html
index db14e78..f214efe 100644
--- a/content/articles.html
+++ b/content/articles.html
@@ -1,11 +1,3 @@
-
<% sorted_articles[0..9].each do |article| %>
<%= render 'article', :article => article %>
<% end %>
-
-
-
diff --git a/output/js/articles.js b/output/js/articles.js
index a0a43cc..dfc84bd 100644
--- a/output/js/articles.js
+++ b/output/js/articles.js
@@ -29,5 +29,5 @@ jQuery(function() {
return false;
});
- jQuery.get('/articles/index.json', {}, articles_loaded, 'json');
+ jQuery.get('json/articles.json', {}, articles_loaded, 'json');
});