Skip to content

Commit 679ae4a

Browse files
committed
chore: added banner mentioning new edition
1 parent 2afbc83 commit 679ae4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.html.njk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ og_type:
1515
{% from "analytics.njk" import track with context %}
1616
<main>
1717
<section id="hero" class="hero bg-green bd-rd">
18+
<div class="notification is-warning has-text-centered" style="padding: 1.3rem 1rem 1rem">
19+
<strong>A new edition of this book is coming out soon and this website is getting updated. <a target="_blank" rel="noopener noreferrer" href="https://www.packtpub.com/en-us/product/nodejs-design-patterns-9781803235431?ref=nodejsdesignpatterns.com" class="has-text-link">Pre-order the new edition!</a>
20+
</strong>
21+
</div>
1822
<div class="hero-body">
1923
<div class="container">
2024
<div class="columns is-vcentered is-gapless">

0 commit comments

Comments
 (0)