There was an error while loading. Please reload this page.
1 parent a5c4509 commit 13764adCopy full SHA for 13764ad
1 file changed
_templates/breadcrumbs.html
@@ -25,7 +25,14 @@
25
{% endif %}
26
27
<div role="navigation" aria-label="breadcrumbs navigation">
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>
36
<ul class="wy-breadcrumbs">
37
{% block breadcrumbs %}
38
<li><a href="{{ pathto(master_doc) }}">{{ _('Docs') }}</a> »</li>
0 commit comments