polish site a little
This commit is contained in:
parent
80c59a9876
commit
4f2d57a454
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue