Skip to content

Commit

Permalink
Remove SF links in footer
Browse files Browse the repository at this point in the history
Signed-off-by: Karol Gugala <[email protected]>
  • Loading branch information
kgugala authored and umarcor committed May 12, 2022
1 parent 2c68955 commit 745bc1f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions sphinx_symbiflow_theme/sphinx_symbiflow_theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,16 +162,7 @@
{%- block extrasocial %}
{% if not theme_hide_symbiflow_links|tobool %}
<div class="md-footer-social__link">
<a href="https://symbiflow.github.io/" target="_blank">SymbiFlow</a>
</div>
<div class="md-footer-social__link">
<a href="https://lists.librecores.org/listinfo/symbiflow" target="_blank">Mailing List</a>
</div>
<div class="md-footer-social__link">
<a href="https://webchat.freenode.net/#symbiflow" target="_blank">IRC</a>
</div>
<div class="md-footer-social__link">
<a href="https://join.slack.com/t/symbiflow/shared_invite/enQtNTkyMjcyNTkzOTY4LTU0MzhmYWNjOGMyMTkyNjA0MmEyMWM5OWY3ZDg5MWQ3ODlmOWQwZjk2YzBmMDBjMzkzMzNjYjkwYjAxZTMyNjQ" target="_blank">Slack</a>
<a href="https://chipsalliance.org/" target="_blank">CHIPS Alliance</a>
</div>
</ul>
{%- endif %}
Expand Down

0 comments on commit 745bc1f

Please sign in to comment.