diff --git a/Changelog.md b/Changelog.md index 03dc71cb5ee..b3c4558f581 100644 --- a/Changelog.md +++ b/Changelog.md @@ -11,6 +11,7 @@ * Made loading of the configuration environment independent of Rails. * Do not generate paths like `/a/b/c/config/boot.rb/../../Gemfile` to require and open things, create a proper path instead. * Remove the hack for loading the entire lib folder with a proper solution. [#3809](https://github.com/diaspora/diaspora/issues/3750) +* Update and refactor the default public view `public/default.html` [#3811](https://github.com/diaspora/diaspora/issues/3811) ## Features diff --git a/public/default.html b/public/default.html index c38ea5c6c96..e0c6151a7b6 100644 --- a/public/default.html +++ b/public/default.html @@ -1,169 +1,158 @@ - - - - - -
-
-
- -
- -
-
- -
-
-
- -
-
-

Configure your pod

- - -

Look at config/application.yml.example - and config/database.yml.example for - help.

-
- -
- -

Try it out

- - -

Start by creating an account.

-
- -
-

Make a contribution!

- - -

Make Diaspora even better! Fork the project on github, make some changes, - and submit a pull request.

-
-
-
-
- -
-
- -
- -
- - -

Useful Resources

-
- - -
-
- -
- -
- This page can be changed to a custom landing page by creating app/views/home/_show.html.haml -
-
+ + +
+ + + + +
+
+

Configure your pod

+ + +

Look at + + config/diaspora.yml.example and + config/database.yml.example for help.

+
+ +
+

Try it out

+ + +

Start by creating an account.

+
+ +
+

Make a contribution!

+ + +

Make Diaspora even better! Fork the project on + github, + make some changes, and submit a pull request.

+
+
+ + + +
+ This page can be changed to a custom landing page by creating app/views/home/_show.html.haml +
+