diff options
author | Case Duckworth | 2015-03-02 21:10:36 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-02 21:10:36 -0700 |
commit | d7aa1f175a09528e24bd56f719ea1403fc11a01f (patch) | |
tree | b576072a401222236c62653e8e426ac09fe7ffb4 /_template.html | |
parent | First CSS styles: _common, verse, prose (diff) | |
download | autocento-d7aa1f175a09528e24bd56f719ea1403fc11a01f.tar.gz autocento-d7aa1f175a09528e24bd56f719ea1403fc11a01f.zip |
Add random page (lozenge) functionality)
Diffstat (limited to '_template.html')
-rw-r--r-- | _template.html | 4 |
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"> ◊ </a> | 65 | <a href="#" id="lozenge" title="Random page"> ◊ </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$ |