#end
#else
- <!-- Skipping already seen entry: uri=$currentItemHref, name=$menu.name -->
+ <!-- SKIPPING already seen PAGE: uri=$currentItemHref, name=$menu.name (SHOULD ONLY SKIP index.html=About) -->
#end
#end
<!-- WARNING: configuration parameter "command" is not set -->
#end
-<!-- name: $pages.get($alignedFileName).name -->
-<!-- title: $title -->
-<!-- short title: $shortTitle -->
-<!-- current page: $alignedFileName -->
-<!-- path: $sitePath -->
-<!-- crumbs: $siteCrumbs -->
-<!-- pages: $pages -->
-
-
<!--*/-->
<html xmlns="http://www.w3.org/1999/xhtml" $command>
<head>
<link id="canonical" rel="canonical" href="$canonicalPath$alignedFileName"/>
</head>
<body>
- <h1 class="short_title">$shortTitle</h1>
+ <h1 class="short_title">$name</h1>
<h2>URI</h2>
<ul>
+ <li><strong>name</strong> <code class="name">$pages.get($alignedFileName).name</code></li>
+ <li><strong>title</strong> <code class="title">$title</code></li>
<li><strong>site:</strong> <code class="site_uri">$sitePath$alignedFileName</code></li>
<li><strong>canonical:</strong> <code class="canonical_uri">$canonicalPath$alignedFileName</code></li>
<li><strong>relative:</strong> <code class="relative_uri">$alignedFileName</code></li>
+ <li><strong>path</strong> <code class="path">$sitePath</code></li>
</ul>
- <h2>Path</h2>
+ <h2>Crumbs for <code>$pages.get($alignedFileName).name</code></h2>
<p>
<ol>
- #foreach($crumb in $pages.get($alignedFileName).crumbs)<li><a href="$crumb.uri">$crumb.name</a></li>#end
+ #foreach($crumb in $pages.get($alignedFileName).crumbs)<li><a href="$crumb.uri">$crumb.name</a> - uri: <code>$crumb.uri</code></li>#end
</ol>
</p>
<hr />