mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-25 19:18:29 +01:00
don't repeat Gitter in social links
This commit is contained in:
parent
51ca8183ea
commit
c5adadc6f5
@ -147,14 +147,6 @@ conn.postTransaction(txSigned)
|
|||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<!-- <section class="section section--architecture">
|
|
||||||
<div class="row row--wide">
|
|
||||||
<figure class="architecture">
|
|
||||||
<img class="img--responsive" src="/assets/img/architecture.svg" alt="BigchainDB Overview">
|
|
||||||
</figure>
|
|
||||||
</div>
|
|
||||||
</section> -->
|
|
||||||
|
|
||||||
<section class="section section--server background--darker" id="server">
|
<section class="section section--server background--darker" id="server">
|
||||||
<div class="row row--wide">
|
<div class="row row--wide">
|
||||||
<header class="section-header text-left">
|
<header class="section-header text-left">
|
||||||
@ -358,6 +350,7 @@ conn.postTransaction(txSigned)
|
|||||||
<p>{{ content.community.follow.description }}</p>
|
<p>{{ content.community.follow.description }}</p>
|
||||||
|
|
||||||
{% for link in site.social %}
|
{% for link in site.social %}
|
||||||
|
{% unless link[1].title == 'Gitter' %}
|
||||||
<a class="social-link js-social-link" href="{{ link[1].url }}" title="{{ link[1].title }}">
|
<a class="social-link js-social-link" href="{{ link[1].url }}" title="{{ link[1].title }}">
|
||||||
<svg class="icon icon--social icon--{{ link[0] }}" aria-labelledby="title">
|
<svg class="icon icon--social icon--{{ link[0] }}" aria-labelledby="title">
|
||||||
<title>{{ link.title }}</title>
|
<title>{{ link.title }}</title>
|
||||||
@ -365,6 +358,7 @@ conn.postTransaction(txSigned)
|
|||||||
</svg>
|
</svg>
|
||||||
<span class="social-link__title">{{ link[1].title }}</span>
|
<span class="social-link__title">{{ link[1].title }}</span>
|
||||||
</a>
|
</a>
|
||||||
|
{% endunless %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user