Skip to content

Commit

Permalink
Update the Slack channel name (#271)
Browse files Browse the repository at this point in the history
This now matches the new channel name in Slack.

I've also split the slack site variable into name and URL so we can
avoid a redirect.
  • Loading branch information
rowanmanning authored Sep 19, 2019
1 parent 74f1513 commit 7e42cf1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion site/_data/contact.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

# Working group contact details
email: [email protected]
slack: engineer-progression
slack:
name: engineering-progression-framework
url: https://app.slack.com/client/T025C95MN/CGQ1XSNBB
2 changes: 1 addition & 1 deletion site/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="o-footer-services__container">
<div class="o-footer-services__wrapper o-footer-services__wrapper--top">
<a class="o-footer-services__icon-link o-footer-services__icon-link--github" href="{{site.github.repository_url}}">View project on GitHub</a>
<a class="o-footer-services__icon-link o-footer-services__icon-link--slack" href="https://financialtimes.slack.com/messages/{{site.data.contact.slack}}">#{{site.data.contact.slack}}</a>
<a class="o-footer-services__icon-link o-footer-services__icon-link--slack" href="{{site.data.contact.slack.url}}">#{{site.data.contact.slack.name}}</a>
<p class="o-footer-services__content">Get in touch at <a href="mailto:{{site.data.contact.email}}">{{site.data.contact.email}}</a> for help or advice. Feel free to
<a class="o-footer-services__content--external" href='{{site.github.repository_url}}/edit/master/site/{{page.path}}'>suggest an edit to this page</a>.</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions site/pages/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ <h2>Contributing</h2>
<h2>Contact</h2>
<ul>
<li>To suggest and discuss improvements, open an <a href="{{site.github.repository_url}}/issues/new" class="o-typography-link--external">issue</a> or pull request in GitHub</li>
<li>For general enquiries, use the <a href="https://financialtimes.slack.com/messages/{{site.data.contact.slack}}" class="o-typography-link--external">#{{site.data.contact.slack}}</a> slack channel</li>
<li>Email <a href="mailto:{{site.data.contact.email}}">{{site.data.contact.email}}</a> for anything you'd like to discuss privately</li>
<li>For general enquiries, use the <a href="{{site.data.contact.slack.url}}" class="o-typography-link--external">#{{site.data.contact.slack.name}}</a> slack channel</li>
<li>Email <a href="mailto:{{site.data.contact.email}}">{{site.data.contact.email}}</a> for anything you'd like to discuss privately</li>
</ul>
</div>

Expand Down

0 comments on commit 7e42cf1

Please sign in to comment.