aboutsummaryrefslogtreecommitdiff
path: root/templates/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/list.html')
-rw-r--r--templates/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list.html b/templates/list.html
index 8fe58e4..4c173f5 100644
--- a/templates/list.html
+++ b/templates/list.html
@@ -23,7 +23,7 @@
<h3>Pages</h3>
<ul>
{{#pages}}
- <li><a href="{{href}}">{{meta.title}}</a></li>
+ <li><a href="{{href}}">{{meta.name}}</a></li>
{{/pages}}
</ul>
{{/pages}}