From db8b0ac9b076a1affb097ed7fede199558a8147e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 27 Nov 2019 13:40:26 +0100 Subject: [PATCH] update url for status network ghost instance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- themes/navy/source/js/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}