Skip to content

Commit 13764ad

Browse files
committed
new book released
1 parent a5c4509 commit 13764ad

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

_templates/breadcrumbs.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,14 @@
2525
{% endif %}
2626

2727
<div role="navigation" aria-label="breadcrumbs navigation">
28-
28+
<div class="admonition note">
29+
<p class="first notice admonition-title" style="background: #e45959;">New book released!</p>
30+
<p>Hi! I just released the alpha version of my new book; Practical Python Projects.
31+
Learn more about it <a href="https://yasoob.me/posts/practical-python-projects-book-released/">
32+
on my blog</a>. In 325+ pages, I will teach you how to implement 12 end-to-end projects.
33+
You can buy it from <a href="https://feld.to/ppp">Feldroy.com</a>.
34+
</p>
35+
</div>
2936
<ul class="wy-breadcrumbs">
3037
{% block breadcrumbs %}
3138
<li><a href="{{ pathto(master_doc) }}">{{ _('Docs') }}</a> &raquo;</li>

0 commit comments

Comments
 (0)