From e6cc20d686efe54181a5b7e286f1e59395d277d8 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Mon, 6 Apr 2015 12:26:28 +0200 Subject: [PATCH] Add link to custom splash page wiki examples --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index c61a5d91e..475b14b83 100644 --- a/Changelog.md +++ b/Changelog.md @@ -62,7 +62,7 @@ a hosted one. Note: you need to **copy the new settings from diaspora.yml.exampl diaspora.yml file**. The existing settings from 0.4.x and before will not work any more. ## Custom splash page changes -diaspora* no longer adds a `div.container` to wrap custom splash pages. This adds the ability for podmins to write home pages using Bootstrap's fluid design. Podmins who added a custom splash page in `app/views/home/_show.{html,mobile}.haml` need to wrap the contents into a `div.container` to keep the old design. +diaspora* no longer adds a `div.container` to wrap custom splash pages. This adds the ability for podmins to write home pages using Bootstrap's fluid design. Podmins who added a custom splash page in `app/views/home/_show.{html,mobile}.haml` need to wrap the contents into a `div.container` to keep the old design. You will find updated examples [in our wiki](https://wiki.diasporafoundation.org/Custom_splash_page). ## Refactor * Redesign contacts page [#5153](https://github.com/diaspora/diaspora/pull/5153)