Update information about Thunderbird and avoid repetition (#1082)

Thunderbird is no longer developed by Mozilla.
https://blog.mozilla.org/thunderbird/2017/05/thunderbirds-future-home/

github.com/thundernest does not contain source code of Thunderbird client
> comm-central is the main Thunderbird repository.
> Thundernest contains the code for Thunderbird.net (this site),
as well as the Thunderbird web server setup scripts.

from https://www.thunderbird.net/en-US/get-involved/

In _includes/cardv2.html add `source`, because git is not the only
version control available (there is Mercurial, Subversion, CVS)
This commit is contained in:
Dawid Potocki
2019-08-03 14:41:50 +00:00
committed by nitrohorse
parent ef6c79f153
commit 0f5717c63b
2 changed files with 4 additions and 3 deletions

View File

@ -40,9 +40,10 @@
{% if include.github %}<a href="{{include.github}}"><i class="fab fa-github fa-2x fa-fw"></i></a>{% endif %}
{% if include.gitlab %}<a href="{{include.gitlab}}"><i class="fab fa-gitlab fa-2x fa-fw"></i></a>{% endif %}
{% if include.git %}<a href="{{include.git}}"><i class="fab fa-git-square fa-2x fa-fw"></i></a>{% endif %}
{% if include.source %}<a href="{{include.source}}"><i class="fas fa-code-branch fa-2x fa-fw"></i></a>{% endif %}
</div>
</div>
</div>
<br>
<br>