We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e8a6a commit 08861c2Copy full SHA for 08861c2
static/img/book/03-data/03-cover.png
150 KB
static/pxms/03-cover.pxm
397 KB
theme/templates/pdf-book.html
@@ -28,6 +28,10 @@ <h1>Table of Contents</h1>
28
<div class="chapter">
29
<img src="img/book/02-dev-environments/02-cover.png" class="chapter-cover">
30
</div>
31
+ {% elif page.sortorder == "0300" %}
32
+ <div class="chapter">
33
+ <img src="img/book/03-data/03-cover.png" class="chapter-cover">
34
+ </div>
35
{% endif %}
36
{{ page.content }}
37
0 commit comments