Skip to content

Commit 5c5b581

Browse files
committed
Hide incomplete "concepts" page
1 parent 3b67dfd commit 5c5b581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ const newestPosts = thisYearsPosts
2121
<Layout>
2222
<nav>
2323
<pre>C:.
24-
├───<a href="/concepts">concepts</a>
24+
<!--├───<a href="/concepts">concepts</a>
2525
│ └───...
26-
└───<a href="/solutions">solutions</a>
26+
-->└───<a href="/solutions">solutions</a>
2727
{recentYears.map((year, index) => (
2828
<>
2929
{" ├───"}

0 commit comments

Comments
 (0)