diff options
author | Case Duckworth | 2015-03-28 09:42:01 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-28 09:42:01 -0700 |
commit | fb8cc7d92a20610776d9f6e0453d09cebed0bc3a (patch) | |
tree | d47d5ccc7bf1e9d44e2405b6a2c8a6f9d85bd8f2 /template.html | |
parent | Fix #5: Verse typesetting (diff) | |
download | autocento-fb8cc7d92a20610776d9f6e0453d09cebed0bc3a.tar.gz autocento-fb8cc7d92a20610776d9f6e0453d09cebed0bc3a.zip |
Add backlinks pages (fixes #16).
Diffstat (limited to 'template.html')
-rw-r--r-- | template.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template.html b/template.html index 20effd1..074800e 100644 --- a/template.html +++ b/template.html | |||
@@ -105,6 +105,9 @@ | |||
105 | 105 | ||
106 | <!-- ANCHORS --> | 106 | <!-- ANCHORS --> |
107 | <div class="anchors"> | 107 | <div class="anchors"> |
108 | <a href="$id$_backlinks.htm" id="back-link" title="Links to this page"> | ||
109 | φ | ||
110 | </a> | ||
108 | <a href="index.html" id="cover-link" title="To cover">◊</a> | 111 | <a href="index.html" id="cover-link" title="To cover">◊</a> |
109 | <a href="#" id="lozenge" title="ERROR">∝</a> | 112 | <a href="#" id="lozenge" title="ERROR">∝</a> |
110 | </div> | 113 | </div> |