about summary refs log tree commit diff stats
path: root/example/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'example/template.html')
-rw-r--r--example/template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/template.html b/example/template.html index c67ae0d..4bf3d2a 100644 --- a/example/template.html +++ b/example/template.html
@@ -14,7 +14,7 @@
14 <!--NORMAL--> 14 <!--NORMAL-->
15 <nav> 15 <nav>
16 <ul> 16 <ul>
17 <li><a href="/">index</a></li> 17 <li><a href="{{ROOT}}">index</a></li>
18 <li><a href="{{RAWFILE}}">source</a></li> 18 <li><a href="{{RAWFILE}}">source</a></li>
19 </ul> 19 </ul>
20 </nav> 20 </nav>