Skip to content

Commit e807615

Browse files
committed
fix(templates): rm missing blog and tutorials links
Signed-off-by: Vaughn Dice <[email protected]>
1 parent 3be6436 commit e807615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/content_navbar.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
<small>Browse example app code and templates</small>
2828
</a>
2929

30-
<a class="navbar-item plausible-event-name=docs-nav-hub navbar-stack" href="/blog" title="Sample apps, plugins and templates in Spin Hub">
30+
{{!-- <a class="navbar-item plausible-event-name=docs-nav-hub navbar-stack" href="/blog" title="Sample apps, plugins and templates in Spin Hub">
3131
<strong>Blog</strong>
3232
<small>Latest community posts about Spin</small>
3333
</a>
3434
3535
<a class="navbar-item plausible-event-name=docs-nav-hub navbar-stack" href="/tutorials" title="Sample apps, plugins and templates in Spin Hub">
3636
<strong>Tutorials</strong>
3737
<small>Starter guides for Spin's features</small>
38-
</a>
38+
</a> --}}
3939
</div>
4040

4141
<div class="navbar-end">

0 commit comments

Comments
 (0)