Skip to content

Commit 1775554

Browse files
committed
add rest of chapter book covers
1 parent 08861c2 commit 1775554

File tree

10 files changed

+16
-0
lines changed

10 files changed

+16
-0
lines changed
187 KB
Loading
175 KB
Loading
171 KB
Loading
151 KB
Loading
File renamed without changes.

static/pxms/04-cover.pxm

455 KB
Binary file not shown.

static/pxms/05-cover.pxm

431 KB
Binary file not shown.

static/pxms/06-cover.pxm

415 KB
Binary file not shown.

static/pxms/07-cover.pxm

390 KB
Binary file not shown.

theme/templates/pdf-book.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,22 @@ <h1>Table of Contents</h1>
3232
<div class="chapter">
3333
<img src="img/book/03-data/03-cover.png" class="chapter-cover">
3434
</div>
35+
{% elif page.sortorder == "0400" %}
36+
<div class="chapter">
37+
<img src="img/book/04-web-development/04-cover.png" class="chapter-cover">
38+
</div>
39+
{% elif page.sortorder == "0500" %}
40+
<div class="chapter">
41+
<img src="img/book/05-deployments/05-cover.png" class="chapter-cover">
42+
</div>
43+
{% elif page.sortorder == "0600" %}
44+
<div class="chapter">
45+
<img src="img/book/06-devops/06-cover.png" class="chapter-cover">
46+
</div>
47+
{% elif page.sortorder == "0700" %}
48+
<div class="chapter">
49+
<img src="img/book/07-meta/07-cover.png" class="chapter-cover">
50+
</div>
3551
{% endif %}
3652
{{ page.content }}
3753
{% endif %}

0 commit comments

Comments
 (0)