diff options
author | Case Duckworth | 2015-03-27 13:47:42 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-27 13:47:42 -0700 |
commit | 3b37989606c44902d90a3723e197d8c318a302bf (patch) | |
tree | e614c3ddbb8879e96ee739a75ad2f52a645b87c2 /template.html | |
parent | Add HAPAX LEGOMENA support & flatten structure (diff) | |
download | autocento-3b37989606c44902d90a3723e197d8c318a302bf.tar.gz autocento-3b37989606c44902d90a3723e197d8c318a302bf.zip |
Change verse lines '$' -> '^| '
Diffstat (limited to 'template.html')
-rw-r--r-- | template.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/template.html b/template.html index f7efdd8..20effd1 100644 --- a/template.html +++ b/template.html | |||
@@ -102,7 +102,13 @@ | |||
102 | $project.prev.title$ | 102 | $project.prev.title$ |
103 | </a> | 103 | </a> |
104 | $endfor$ | 104 | $endfor$ |
105 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 105 | |
106 | <!-- ANCHORS --> | ||
107 | <div class="anchors"> | ||
108 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
109 | <a href="#" id="lozenge" title="ERROR">∝</a> | ||
110 | </div> | ||
111 | |||
106 | $for(project.next)$ | 112 | $for(project.next)$ |
107 | <a class="nextlink" href="$project.next.link$.html" | 113 | <a class="nextlink" href="$project.next.link$.html" |
108 | title="Next article$if(project.title)$ in $project.title$$endif$"> | 114 | title="Next article$if(project.title)$ in $project.title$$endif$"> |