Add Source Code #707

Merged
gjhklfdsa merged 38 commits from Source_Code into master 2019-06-16 00:58:52 +00:00
5 changed files with 404 additions and 1 deletions
Showing only changes of commit b11cad7c6e - Show all commits

View File

@ -57,6 +57,10 @@
<a class="mb-1" data-toggle="tooltip" data-placement="bottom" data-original-title="{{include.tor}} Requires specific software to access: torproject.org" href="{{include.tor}}"><img alt="Tor" src="/assets/img/layout/tor.png" width="35" height="35"></a>
{% endif %}
{% if include.git %}
<a class="mb-1" data-toggle="tooltip" data-placement="bottom" data-original-title="{{include.git}} supports source code compiling and open review | is free software" href="{{include.git}}"><img alt="Git" src="assets/img/layout/git.png" width="35"></a>
{% endif %}
{% if include.extra_button %}
{{include.extra_button}}
{% endif %}

BIN
assets/img/layout/git.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB