about summary refs log tree commit diff stats
path: root/_template.html
diff options
context:
space:
mode:
authorCase Duckworth2015-04-02 21:27:55 -0700
committerCase Duckworth2015-04-02 21:27:55 -0700
commitd832dace648047cdeee32f295b7f1c799d0b5b50 (patch)
tree34f7efb6e713eef3522053a8ee2aded46ad1e33d /_template.html
parentFix #15: add compile support for indeces (diff)
downloadautocento-d832dace648047cdeee32f295b7f1c799d0b5b50.tar.gz
autocento-d832dace648047cdeee32f295b7f1c799d0b5b50.zip
Add Islands for backlinkless files
Diffstat (limited to '_template.html')
-rw-r--r--_template.html19
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 &phi; 101 &phi;
110 </a> 102 </a>
111 <a href="index.html" id="cover-link" title="To cover">&loz;</a> 103 <a href="index.html" id="cover-link" title="To cover">&loz;</a>
112 <a href="#" id="lozenge" title="ERROR">&#x221d;</a> 104 <a href="#" id="lozenge" title="ERROR">&xi;</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$">