From 61bb7ab27cb1c1b7648657409c8a2d3efb7b7484 Mon Sep 17 00:00:00 2001 From: lostinlight Date: Wed, 14 Mar 2018 01:00:49 +0300 Subject: [PATCH] Correct link --- themes/starter/layout/_partial/world.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/starter/layout/_partial/world.ejs b/themes/starter/layout/_partial/world.ejs index c1e0011..e57eb9c 100644 --- a/themes/starter/layout/_partial/world.ejs +++ b/themes/starter/layout/_partial/world.ejs @@ -45,7 +45,7 @@

<%- __('communities') %>

<% if (data.communities !== "") { %> - <%= world.communities %> + <%= world.communities %> <% } else { %> <%- __('soon') %> <% } %>