Created
January 3, 2012 19:00
-
-
Save fiveminuteargument/1556344 to your computer and use it in GitHub Desktop.
Supporting files for kirbycms sitemap snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.sitemap ul { margin: 0.5em 0 0.5em 2em; } | |
.sitemap li { margin-bottom: 0.5em; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php snippet('header') ?> | |
<?php snippet('breadcrumb') ?> | |
<section class="content"> | |
<article> | |
<h1><?php echo html($page->title()) ?></h1> | |
<?php snippet('sitemap') ?> | |
</article> | |
</section> | |
<?php snippet('footer') ?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Title: Sitemap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment