Skip to content

Commit 827a06e

Browse files
Move book to right place in the list
This moves the book added in eb46390 since I only remembered to put in chronological order after pushing.
1 parent eb46390 commit 827a06e

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

templates/pages/docs/books.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,6 @@ <h1>Books <i class="fas fa-book"></i></h1>
1111
</tr>
1212
</thead>
1313
<tbody>
14-
<tr>
15-
<td>
16-
<a href="https://www.amazon.com/dp/B0C8Z4C9TQ/">
17-
<img src="/media/img/docs/books/postgresql-for-jobseekers.png"
18-
alt="PostgreSQL For Jobseekers book" /></a>
19-
</td>
20-
<td>
21-
<strong>Title</strong>: PostgreSQL for Jobseekers<br />
22-
<strong>Authors</strong>: Sonia Valeja, David Gonzalez<br />
23-
<strong>Language</strong>: English<br />
24-
<strong>Current version at publication</strong>: 15<br />
25-
<strong>Format</strong>: Paperback, eBook<br />
26-
<strong>Published</strong>: June 2023
27-
</td>
28-
</tr>
2914
<tr>
3015
<td>
3116
<a href="https://www.packtpub.com/product/postgresql-16-administration-cookbook/9781835460580">
@@ -71,6 +56,21 @@ <h1>Books <i class="fas fa-book"></i></h1>
7156
<strong>Published</strong>: October 2023
7257
</td>
7358
</tr>
59+
<tr>
60+
<td>
61+
<a href="https://www.amazon.com/dp/B0C8Z4C9TQ/">
62+
<img src="/media/img/docs/books/postgresql-for-jobseekers.png"
63+
alt="PostgreSQL For Jobseekers book" /></a>
64+
</td>
65+
<td>
66+
<strong>Title</strong>: PostgreSQL for Jobseekers<br />
67+
<strong>Authors</strong>: Sonia Valeja, David Gonzalez<br />
68+
<strong>Language</strong>: English<br />
69+
<strong>Current version at publication</strong>: 15<br />
70+
<strong>Format</strong>: Paperback, eBook<br />
71+
<strong>Published</strong>: June 2023
72+
</td>
73+
</tr>
7474
<tr>
7575
<td>
7676
<a href="https://postgrespro.com/community/books/introbook">

0 commit comments

Comments
 (0)