diff --git a/themes/navy/source/js/main.js b/themes/navy/source/js/main.js index 8721a75..172643d 100644 --- a/themes/navy/source/js/main.js +++ b/themes/navy/source/js/main.js @@ -25,7 +25,7 @@ var allBlogs = [ type: 'ghost' }, { - url: 'https://news.thestatus.network', + url: 'https://news.statusnetwork.com', key: '66d8d4f364b9f46c90c9d45bf4', version: 'v2', limit: 3, @@ -248,4 +248,4 @@ function renderPost(v, t){ var r = Handlebars.compile(t); var c = r(v); $('.feed .list-posts').append('
  • ' + c + '
  • '); -} \ No newline at end of file +}