about summary refs log tree commit diff stats
path: root/_template.html
diff options
context:
space:
mode:
Diffstat (limited to '_template.html')
-rw-r--r--_template.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/_template.html b/_template.html index aa7fe50..e9ab6d5 100644 --- a/_template.html +++ b/_template.html
@@ -18,6 +18,8 @@
18 <!--[if lt IE 9]> 18 <!--[if lt IE 9]>
19 <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> 19 <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script>
20 <![endif]--> 20 <![endif]-->
21 <script src="js/lozenge.js"> </script>
22 <!-- <script src="js/external.js"> </script> -->
21 $for(header-includes)$ 23 $for(header-includes)$
22 $headerincludes$ 24 $headerincludes$
23 $endfor$ 25 $endfor$
@@ -60,7 +62,7 @@ $for(include-before)$ $include-before$ $endfor$
60 $project.prev.title$ 62 $project.prev.title$
61 </a> 63 </a>
62 $endfor$ 64 $endfor$
63 <a href="#" id="lozenge"> &loz; </a> 65 <a href="#" id="lozenge" title="Random page"> &loz; </a>
64 $for(project.next)$ 66 $for(project.next)$
65 <a class="nextlink" href="$project.next.link$.html"> 67 <a class="nextlink" href="$project.next.link$.html">
66 $project.next.title$ 68 $project.next.title$