about summary refs log tree commit diff stats
path: root/.template.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-10 11:40:07 -0700
committerCase Duckworth2015-03-10 11:40:07 -0700
commit0d2f64d9240509a620af100d9a37c57d62b3e1b8 (patch)
treee8e730212a85085277d4b56eec4519d06df8b4f6 /.template.html
parentFix more layout issues (diff)
downloadautocento-0d2f64d9240509a620af100d9a37c57d62b3e1b8.tar.gz
autocento-0d2f64d9240509a620af100d9a37c57d62b3e1b8.zip
Remove > from .nextlink in template
Diffstat (limited to '.template.html')
-rw-r--r--.template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/.template.html b/.template.html index 09ac2a5..1de2ef0 100644 --- a/.template.html +++ b/.template.html
@@ -73,7 +73,7 @@ $for(include-before)$ $include-before$ $endfor$
73 $for(project.next)$ 73 $for(project.next)$
74 <a class="nextlink" href="$project.next.link$.html" 74 <a class="nextlink" href="$project.next.link$.html"
75 title="Previous article$if(project.title)$ in $project.title$$endif$"> 75 title="Previous article$if(project.title)$ in $project.title$$endif$">
76 $project.next.title$> 76 $project.next.title$
77 </a> 77 </a>
78 $endfor$ 78 $endfor$
79 </nav> 79 </nav>