aboutsummaryrefslogtreecommitdiff
path: root/share/templater/ikiwiki/files/www/ikiwiki/subpage/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'share/templater/ikiwiki/files/www/ikiwiki/subpage/index.html')
-rw-r--r--share/templater/ikiwiki/files/www/ikiwiki/subpage/index.html142
1 files changed, 0 insertions, 142 deletions
diff --git a/share/templater/ikiwiki/files/www/ikiwiki/subpage/index.html b/share/templater/ikiwiki/files/www/ikiwiki/subpage/index.html
deleted file mode 100644
index a060826..0000000
--- a/share/templater/ikiwiki/files/www/ikiwiki/subpage/index.html
+++ /dev/null
@@ -1,142 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-
-<head>
-<meta name="viewport" content="width=device-width, initial-scale=1.0" />
-
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<title>subpage</title>
-
-<link rel="stylesheet" href="../../bootstrap/css/bootstrap.min.css" type="text/css" />
-<link rel="stylesheet" href="../../bootstrap/css/bootstrap-responsive.min.css" />
-
-<link rel="stylesheet" href="../../local.css" type="text/css" />
-
-
-
-
-<meta name="robots" content="noindex, follow" />
-<style type="text/css">
-@media (max-width: 979px) {
- .navbar-fixed-top {
- position: fixed;
- margin-left: 0px;
- margin-right: 0px;
- }
-}
-</style>
-</head>
-<body>
-
-<div class="container">
-
- <div class="row-fluid">
- <div class="span12">
- <h1></h1>
-
- <ul class="breadcrumb">
-
- <li><a href="../../">Templates</a> <span class="divider">/</span> </li>
-
- <li><a href="../">ikiwiki</a> <span class="divider">/</span> </li>
-
- <li>subpage</li>
- <li><span class="divider">|</span> <a href="/timeline">Timeline</a></li>
- <li><span class="divider">|</span> <a href="/timeline">Sitemap</a></li>
- <li><span class="divider">|</span> <a href="https://git.fluxo.info/templates/log/ikiwiki/subpage.mdwn">History</a></li>
- <li><span class="divider">|</span> <a href="/index.rss">Feed</a></li>
- </ul>
- </div>
- </div>
-
- <div class="page row-fluid">
-
- <div>
- <div class="pageheader">
- <div class="header">
- <h1>
- subpage
-
- </h1>
-
- </div>
-
- </div>
-
- <div id="pagebody">
-
- <div id="content">
- <p class="pagedate">
- <strong>Posted <span class="date">Qua 11 Jan 2017 16:18:52 -02</span></strong>
- </p>
- <p>ikiwiki supports placing pages in a directory hierarchy. For example,
-this page, <span class="selflink">SubPage</span> has some related pages placed under it, like
-<a href="./linkingrules/">LinkingRules</a>. This is a useful way to add some order to your
-wiki rather than just having a great big directory full of pages.</p>
-
-<p>To add a SubPage, just make a subdirectory and put pages in it. For
-example, this page is subpage.mdwn in this wiki's source, and there is also
-a subpage subdirectory, which contains subpage/linkingrules.mdwn. Subpages
-can be nested as deeply as you'd like.</p>
-
-<p>Linking to and from a SubPage is explained in <a href="./linkingrules/">LinkingRules</a>.</p>
-
- </div>
-
- <hr />
-
-
-
-
-
- </div>
-
- <div id="footer" class="pagefooter">
-
- <div id="pageinfo">
-
-
-
-
- <div id="backlinks">
- Links:
-
- <a href="../">ikiwiki</a>
-
- <a href="../pagespec/">pagespec</a>
-
- <a href="./linkingrules/">subpage/linkingrules</a>
-
- <a href="../wikilink/">wikilink</a>
-
-
- </div>
-
-
-
-
-
-
- <!--<div class="pagedate">
- Last edited <span class="date">Qua 11 Jan 2017 16:18:52 -02</span>
- </div> -->
-
- </div>
-
-
- <!-- from Templates -->
- </div>
-
- </div>
-
- <div class="span4">
-
-
-
- </div>
-
- </div>
-</div>
-
-</body>
-</html>