annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17
8a4e0fe2c689 Added "Special Pages" section:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 <article class="row">
8a4e0fe2c689 Added "Special Pages" section:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2 <div class="page special span12">
8a4e0fe2c689 Added "Special Pages" section:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 <h1>Orphaned Pages</h1>
8a4e0fe2c689 Added "Special Pages" section:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
4 <p>The following pages are not linked to by any other page in the wiki.</p>
8a4e0fe2c689 Added "Special Pages" section:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5 <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>
8a4e0fe2c689 Added "Special Pages" section:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
6 {{#if orphans}}
8a4e0fe2c689 Added "Special Pages" section:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
7 {{#each orphans}}
8a4e0fe2c689 Added "Special Pages" section:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
8 <h3><a href="/#/read/{{meta.url}}">{{meta.title}}</a></h3>
8a4e0fe2c689 Added "Special Pages" section:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
9 {{/each}}
8a4e0fe2c689 Added "Special Pages" section:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
10 {{else}}
8a4e0fe2c689 Added "Special Pages" section:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
11 <p>No orphaned pages!</p>
8a4e0fe2c689 Added "Special Pages" section:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
12 {{/if}}
8a4e0fe2c689 Added "Special Pages" section:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
13 </div>
8a4e0fe2c689 Added "Special Pages" section:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
14 </article>