$(document).ready(function () {
  $('#article-list').columnize({ columns: 2 });
  $('.two-columns').columnize({ columns: 2 });
});
