Skip to content

Instantly share code, notes, and snippets.

@fiveminuteargument
Created January 3, 2012 19:00
Show Gist options
  • Save fiveminuteargument/1556344 to your computer and use it in GitHub Desktop.
Save fiveminuteargument/1556344 to your computer and use it in GitHub Desktop.
Supporting files for kirbycms sitemap snippet
.sitemap ul { margin: 0.5em 0 0.5em 2em; }
.sitemap li { margin-bottom: 0.5em; }
<?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') ?>
Title: Sitemap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment