diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-01-21 19:15:57 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-01-21 19:15:57 +0100 |
commit | bd931c5cbdced15701a9bba4806350dedc359221 (patch) | |
tree | 33933ebc92a2df91d6d61b0ad83e50c036edb3d5 /theme/templates/website/glossary.html | |
parent | c6e3a272849ce11a44889dd31e6a5889bdd648fe (diff) | |
download | gitbook-bd931c5cbdced15701a9bba4806350dedc359221.zip gitbook-bd931c5cbdced15701a9bba4806350dedc359221.tar.gz gitbook-bd931c5cbdced15701a9bba4806350dedc359221.tar.bz2 |
Adapt themes website templates
Diffstat (limited to 'theme/templates/website/glossary.html')
-rw-r--r-- | theme/templates/website/glossary.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/website/glossary.html b/theme/templates/website/glossary.html index 4d9683f..5841f5e 100644 --- a/theme/templates/website/glossary.html +++ b/theme/templates/website/glossary.html @@ -10,7 +10,7 @@ <h4>Index</h4> <ul class="glossary-index"> {% for file in item.files %} - <li><a href="{{ basePath }}/{{ file.path|mdLink }}"><span class="level">{{ file.level }}.</span> {{ file.title }}</a></li> + <li><a href="{{ basePath }}/{{ file.path|contentLink }}"><span class="level">{{ file.level }}.</span> {{ file.title }}</a></li> {% endfor %} </ul> </section> |