diff options
Diffstat (limited to 'templates/includes/book/progress.html')
-rw-r--r-- | templates/includes/book/progress.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/includes/book/progress.html b/templates/includes/book/progress.html index d0e3193..176c95f 100644 --- a/templates/includes/book/progress.html +++ b/templates/includes/book/progress.html @@ -4,7 +4,7 @@ </div> <div class="chapters"> {% for p in progress.chapters %} - <a href="{{ basePath }}/{{ p.path }}" title="{{ p.title }}" class="chapter {% if p.done %}done{% endif %} {% if p.level.length == 1 %}new-chapter{% endif %}" data-progress="{{ p.level }}" style="left: {{ p.percent }}%;"></a> + <a href="{{ basePath }}/{{ p.path|mdLink }}" title="{{ p.title }}" class="chapter {% if p.done %}done{% endif %} {% if p.level.length == 1 %}new-chapter{% endif %}" data-progress="{{ p.level }}" style="left: {{ p.percent }}%;"></a> {% endfor %} </div> </div>
\ No newline at end of file |