Skip to content

Commit 08861c2

Browse files
committed
add ch3 cover
1 parent 13e8a6a commit 08861c2

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed
150 KB
Loading

static/pxms/03-cover.pxm

397 KB
Binary file not shown.

theme/templates/pdf-book.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ <h1>Table of Contents</h1>
2828
<div class="chapter">
2929
<img src="img/book/02-dev-environments/02-cover.png" class="chapter-cover">
3030
</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>
3135
{% endif %}
3236
{{ page.content }}
3337
{% endif %}

0 commit comments

Comments
 (0)