summaryrefslogtreecommitdiffstats
path: root/templates/includes/book/progress.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/includes/book/progress.html')
-rw-r--r--templates/includes/book/progress.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/includes/book/progress.html b/templates/includes/book/progress.html
deleted file mode 100644
index 176c95f..0000000
--- a/templates/includes/book/progress.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<div class="book-progress">
- <div class="bar">
- <div class="inner" style="width: {{ progress.percent }}%;min-width: {{ progress.prevPercent }}%;"></div>
- </div>
- <div class="chapters">
- {% for p in progress.chapters %}
- <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