Skip to content

Commit

Permalink
✨ Remove slack button on sophia
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang committed Sep 12, 2024
1 parent 0e15c6a commit b7e08a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ <h2 class="text-white"><strong>REST</strong>Heart</h2>
</div>
{% endif %}

<a target="_blank" class="gitter-open-chat-button fixed-bottom-right" href="https://join.slack.com/t/restheart/shared_invite/zt-1olrhtoq8-5DdYLBWYDonFGEALhmgSXQ"></a>
{% if page.slack == null or page.slack == true %}
<a target="_blank" class="gitter-open-chat-button fixed-bottom-right" href="https://join.slack.com/t/restheart/shared_invite/zt-1olrhtoq8-5DdYLBWYDonFGEALhmgSXQ"></a>
{% endif %}
4 changes: 2 additions & 2 deletions _layouts/no-footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<!--<![endif]-->
{% include head.html %}

<body>
<body style="overflow: hidden;">
{% include header.html %}
<div class="page-content">
{{ content }}
</div>
<!-- End Document ================================================== -->
</body>
</body>

</html>
1 change: 1 addition & 0 deletions docs/sophia.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: no-footer
slack: false
---

<div class="iframe-parent m-0 p-0">
Expand Down

0 comments on commit b7e08a4

Please sign in to comment.