Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add icon and invite to new slack #388

Merged
merged 2 commits into from
Oct 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link{% if page.url contains "/privacy-policy" %} active{% endif %}" href="{{site.url}}{{site.baseurl}}/privacy-policy"> Privacy Policy</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/voxpupuli"><i class="fa fa-github"></i> Github</a></li>
<li class="nav-item"><a class="nav-link" href="https://join.slack.com/t/voxpupuli/shared_invite/zt-2qps81elf-mp3bVZJZGqbZfKQTi4Q4bQ"><i class="fa fa-slack"></i> Slack</a></li>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just updated https://short.voxpupu.li/puppetcommunity_slack_signup

$ curl -I https://short.voxpupu.li/puppetcommunity_slack_signup
HTTP/2 302
location: https://join.slack.com/t/voxpupuli/shared_invite/zt-2qps81elf-mp3bVZJZGqbZfKQTi4Q4bQ
x-powered-by: Short.io/Edge
date: Mon, 14 Oct 2024 19:27:01 GMT

We've a join slack in the footer: https://github.com/voxpupuli/voxpupuli.github.io/blob/master/_includes/footer.html#L8-L9

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah yes. I should remove that too. Thanks

</ul>
</div>
</div>
Expand Down