Skip to content

Commit

Permalink
hid example blog posts and added empty blog feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Farfi55 committed Nov 19, 2024
1 parent 2386d1e commit bc2b0a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/posts/first-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ date: '2024-01-24'
tags:
- rust
- svelte
published: true
published: false
---


Expand Down
2 changes: 1 addition & 1 deletion src/posts/second-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ date: '2024-01-24'
tags:
- css
- javascript
published: true
published: false
---


Expand Down
2 changes: 2 additions & 0 deletions src/routes/blog/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
{#if index !== data.posts.length - 1}
<hr class="my-12 mx-8 border-stone-600 dark:border-stone-700" />
{/if}
{:else}
<p class="text-muted text-2xl">I'm sorry, there aren't any blog posts yet, stay tuned!</p>
{/each}
</ul>
</section>

0 comments on commit bc2b0a9

Please sign in to comment.