Skip to content

Commit 8da0099

Browse files
authored
Merge pull request #62 from itowlson/link-cncf-slack-in-footer
Link CNCF Slack in footer
2 parents b51bac2 + 8a82d85 commit 8da0099

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

spin-up-hub/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,12 @@
241241
target="_blank"
242242
>Twitter</a
243243
>
244+
<a
245+
class="navbar-item"
246+
href="https://cloud-native.slack.com/archives/C089NJ9G1V0"
247+
target="_blank"
248+
>Slack</a
249+
>
244250
</div>
245251

246252
</nav>

templates/content_footer.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<div class="level-left">
44
<a class="navbar-item" href="https://github.com/spinframework/spin" target="_blank">GitHub</a>
55
<a class="navbar-item" href="https://twitter.com/spinframework" target="_blank">Twitter</a>
6+
<a class="navbar-item" href="https://cloud-native.slack.com/archives/C089NJ9G1V0" target="_blank">Slack</a>
67
</div>
78
</nav>
89
</footer>

0 commit comments

Comments
 (0)