diff options
Diffstat (limited to 'src/main/resources/templates/pages/index.html.ftl')
-rw-r--r-- | src/main/resources/templates/pages/index.html.ftl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/pages/index.html.ftl b/src/main/resources/templates/pages/index.html.ftl index 59a5e38..d0c8e39 100644 --- a/src/main/resources/templates/pages/index.html.ftl +++ b/src/main/resources/templates/pages/index.html.ftl @@ -15,7 +15,7 @@ <#include "/templates/banner.ftl"> <header> <h1> - <a href="http://myfoursquarechurch.com"><img src="${staticRoot}/images/foursquarelg.png"></a> + <a href="http://motionchrch.com"><img src="${staticRoot}/images/foursquarelg.png"></a> <#if config.getDomain() != "prod"> <span class="versiontag">${config.getDomain()}</span> </#if> |