Skip to content

Commit

Permalink
home page overview and community button #42
Browse files Browse the repository at this point in the history
try fix overview and add join community button
  • Loading branch information
prudhomm committed Jun 24, 2023
1 parent e900425 commit e20f43d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/layouts/home.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@
<a href="{{{relativize this.pub.url}}}" class="button primary">Quickstart</a>
{{/with}}
{{#with (get-overview-page 'stable')}}
<a href="#" class="button secondary">Overview</a>
<a href="{{{relativize this.pub.url}}}" class="button secondary">Overview</a>
{{/with}}
<a href="https://join.slack.com/t/feelpp/shared_invite/zt-2qe0q9hw-4pVbhohCXUE6Po9Ma8dbiQ" class="button primary" style="color: #3f8e74">Join Community</a>
</div>
</article>
</div>
Expand Down

0 comments on commit e20f43d

Please sign in to comment.