forked from slackapi/bolt-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
12 lines (12 loc) · 780 Bytes
/
header.html
File metadata and controls
12 lines (12 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<div class="header">
<div class="header_nav">
<a href="https://github.com/{{ site.github_username }}/{{ site.repo_name }}" class="btn header_btn float_right"><ts-icon class="ts_icon_github"></ts-icon>Code on GitHub</a>
<a href="https://api.slack.com" class="btn header_btn float_right"><ts-icon class="ts_icon_slack_pillow"></ts-icon>Slack Platform Home</a>
<!-- If we add more languages, this logic will need to change -->
{% if page.lang == "ja-jp" %}
<a href="{{ site.url | append: site.baseurl }}/" class="header_btn language-switcher float_right">English</a>
{% else %}
<!-- <a href="{{ site.url | append: site.baseurl }}/ja-jp" class="header_btn language-switcher float_right">日本語 (Japanese)</a> -->
{% endif %}
</div>
</div>