diff --git a/.gitmodules b/.gitmodules index d4d9a59..e84275b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ -[submodule "panel"] - path = panel - url = https://github.com/getkirby/panel.git -[submodule "kirby"] - path = kirby - url = https://github.com/getkirby/kirby.git [submodule "site/fields/markdown"] path = site/fields/markdown url = https://github.com/JonasDoebertin/kirby-visual-markdown.git +[submodule "kirby"] + path = kirby + url = https://github.com/getkirby/kirby.git +[submodule "panel"] + path = panel + url = https://github.com/getkirby/panel.git diff --git a/.htaccess b/.htaccess index 5978cb9..818b46c 100644 --- a/.htaccess +++ b/.htaccess @@ -3,6 +3,7 @@ # rewrite rules Redirect 301 /.well-known/carddav /owncloud/remote.php/carddav +Redirect 301 /.well-known/caldav /owncloud/remote.php/caldav # enable awesome urls. i.e.: # http://yourdomain.com/about-us/team diff --git a/README.md b/README.md index 4d1abad..0815586 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Sterzy.com This is the code for the http://sterzy.com website. It is based on the kirby cms (http://getkirby.com), which has it's own license agreement ([Kirby End User License Agreement](https://github.com/getkirby/starterkit/blob/master/license.md)). - The rest of the code is under this license: [License](https://svs.ankaa.uberspace.de/sterzy/sterzycom/blob/master/LICENSE "license"), [CC BY 4.0](http://creativecommons.org/licenses/by/4.0/). # Installing diff --git a/index.php b/index.php index feef4bf..77ab730 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,5 @@ - + diff --git a/site/templates/home.php b/site/templates/home.php index 0d4ebdb..ab8a161 100644 --- a/site/templates/home.php +++ b/site/templates/home.php @@ -4,20 +4,20 @@
-
-
-
+
\ No newline at end of file