diff options
author | Case Duckworth | 2015-02-27 16:33:19 -0700 |
---|---|---|
committer | Case Duckworth | 2015-02-27 16:33:19 -0700 |
commit | b1300da24bdc6a65c6a6924c1d2da33597a650a3 (patch) | |
tree | 08739b54fc70cb49df45945e3f88c4570ba58894 /_template.html | |
parent | Change line breaks to sentences in prose pieces (diff) | |
download | autocento-b1300da24bdc6a65c6a6924c1d2da33597a650a3.tar.gz autocento-b1300da24bdc6a65c6a6924c1d2da33597a650a3.zip |
Fix formatting and numbering errors in src
Diffstat (limited to '_template.html')
-rw-r--r-- | _template.html | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/_template.html b/_template.html index 6d2893f..534e878 100644 --- a/_template.html +++ b/_template.html | |||
@@ -44,6 +44,12 @@ $for(include-before)$ $include-before$ $endfor$ | |||
44 | </p> | 44 | </p> |
45 | $endif$ | 45 | $endif$ |
46 | $endif$ | 46 | $endif$ |
47 | $if(dedication)$ | ||
48 | <!-- dedication --> | ||
49 | <p class="dedication"> | ||
50 | <em>for $dedication$</em> | ||
51 | </p> | ||
52 | $endif$ | ||
47 | </header> | 53 | </header> |
48 | 54 | ||
49 | <section class="$genre$"> | 55 | <section class="$genre$"> |
@@ -52,10 +58,15 @@ $for(include-before)$ $include-before$ $endfor$ | |||
52 | 58 | ||
53 | <nav> | 59 | <nav> |
54 | $for(project.prev)$ | 60 | $for(project.prev)$ |
55 | <a href="$project.prev.link$.html">< $project.prev.title$</a> | 61 | <a href="$project.prev.link$.html"> |
62 | <span class="prevlink">< $project.prev.title$</span> | ||
63 | </a> | ||
56 | $endfor$ | 64 | $endfor$ |
65 | <a href="#" id="lozenge"> ◊ </a> | ||
57 | $for(project.next)$ | 66 | $for(project.next)$ |
58 | <a href="$project.next.link$.html">$project.next.title$ ></a> | 67 | <a href="$project.next.link$.html"> |
68 | <span class="nextlink">$project.next.title$ ></span> | ||
69 | </a> | ||
59 | $endfor$ | 70 | $endfor$ |
60 | </nav> | 71 | </nav> |
61 | 72 | ||