diff options
Diffstat (limited to '_template.html')
-rw-r--r-- | _template.html | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/_template.html b/_template.html index 074800e..f67da05 100644 --- a/_template.html +++ b/_template.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <title>$title$ | Autocento of the breakfast table</title> | 12 | <title>$title$ | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="_style.css"> |
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
@@ -96,22 +96,21 @@ | |||
96 | </section> | 96 | </section> |
97 | </article> | 97 | </article> |
98 | <nav> | 98 | <nav> |
99 | $for(project.prev)$ | ||
100 | <a class="prevlink" href="$project.prev.link$.html" | ||
101 | title="Previous article$if(project.title)$ in $project.title$$endif$"> | ||
102 | $project.prev.title$ | ||
103 | </a> | ||
104 | $endfor$ | ||
105 | |||
106 | <!-- ANCHORS --> | ||
107 | <div class="anchors"> | 99 | <div class="anchors"> |
108 | <a href="$id$_backlinks.htm" id="back-link" title="Links to this page"> | 100 | <a href="$id$_backlinks.htm" id="back-link" title="Links to this page"> |
109 | φ | 101 | φ |
110 | </a> | 102 | </a> |
111 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 103 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
112 | <a href="#" id="lozenge" title="ERROR">∝</a> | 104 | <a href="#" id="lozenge" title="ERROR">ξ</a> |
113 | </div> | 105 | </div> |
114 | 106 | ||
107 | $for(project.prev)$ | ||
108 | <a class="prevlink" href="$project.prev.link$.html" | ||
109 | title="Previous article$if(project.title)$ in $project.title$$endif$"> | ||
110 | $project.prev.title$ | ||
111 | </a> | ||
112 | $endfor$ | ||
113 | |||
115 | $for(project.next)$ | 114 | $for(project.next)$ |
116 | <a class="nextlink" href="$project.next.link$.html" | 115 | <a class="nextlink" href="$project.next.link$.html" |
117 | title="Next article$if(project.title)$ in $project.title$$endif$"> | 116 | title="Next article$if(project.title)$ in $project.title$$endif$"> |