diff static/tpl/special-orphans.html @ 60:8250c977bc50

Moved static files to the root directory.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 05 Feb 2013 14:49:34 -0800
parents wikked/static/tpl/special-orphans.html@8a4e0fe2c689
children 1d004c53f2b2
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/static/tpl/special-orphans.html	Tue Feb 05 14:49:34 2013 -0800
@@ -0,0 +1,14 @@
+<article class="row">
+    <div class="page special span12">
+        <h1>Orphaned Pages</h1>
+        <p>The following pages are not linked to by any other page in the wiki.</p>
+        <p><span class="label label-info">Note</span> The main page can occasionally show up here but that's OK since it's the page visitors will see first anyway.</p>
+        {{#if orphans}}
+        {{#each orphans}}
+        <h3><a href="/#/read/{{meta.url}}">{{meta.title}}</a></h3>
+        {{/each}}
+        {{else}}
+        <p>No orphaned pages!</p>
+        {{/if}}
+    </div>
+</article>