We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b2d2c commit 0347f96Copy full SHA for 0347f96
1 file changed
blog/index.html
@@ -35,7 +35,12 @@
35
<div class="nb-container">
36
<div class="nb-grid nb-grid-3">
37
<!-- BLOG_POSTS_START -->
38
-
+<article class="nb-card nb-stack-sm" data-slug="first-post">
39
+ <span class="nb-label nb-bg-pink">Setup</span>
40
+ <h3><a href="posts/first-post.html">First Post</a></h3>
41
+ <p>First test post to blog</p>
42
+ <a href="posts/first-post.html" class="nb-btn nb-btn-green">Read Post</a>
43
+</article>
44
<!-- BLOG_POSTS_END -->
45
</div>
46
0 commit comments