polish site a little

This commit is contained in:
Stefan Sterz 2016-05-26 21:07:28 +02:00
parent 80c59a9876
commit 4f2d57a454
2 changed files with 5 additions and 4 deletions

View File

@ -3,6 +3,7 @@
# rewrite rules
<IfModule mod_rewrite.c>
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

View File

@ -4,17 +4,17 @@
<div class="mainwrapper text">
<div class="bp left" >
<article class="front" >
<article class="front" >
<a href="<?php echo url('notes') ?>"><div class="notesf" ><h1><?php echo page('notes')->title()->html() ?></h1></div></a>
<?php echo page('notes')->text()->kirbytext() ?>
<?php echo page('notes')->text()->kirbytext() ?>
</article>
</div>
<div class="bp" >
<article class="front" >
<article class="front" >
<a href="<?php echo url('projects') ?>"><div class="projectsf" ><h1><?php echo page('projects')->title()->html() ?></h1></div></a>
<?php echo page('projects')->intro()->kirbytext() ?>
</article>
</article>
</div>
</div>