Skip to content

Commit 0347f96

Browse files
committed
Index: add first-post
1 parent 29b2d2c commit 0347f96

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

blog/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@
3535
<div class="nb-container">
3636
<div class="nb-grid nb-grid-3">
3737
<!-- BLOG_POSTS_START -->
38-
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>
3944
<!-- BLOG_POSTS_END -->
4045
</div>
4146
</div>

0 commit comments

Comments
 (0)