Merge branch 'Source_Code' into patch-14
This commit is contained in:
commit
b11cad7c6e
@ -56,6 +56,10 @@
|
|||||||
{% if include.tor %}
|
{% if include.tor %}
|
||||||
<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>
|
<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 %}
|
{% 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 %}
|
{% if include.extra_button %}
|
||||||
{{include.extra_button}}
|
{{include.extra_button}}
|
||||||
|
@ -8,4 +8,4 @@ layout: minimal
|
|||||||
<footer>
|
<footer>
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
BIN
assets/img/layout/git.png
Normal file
BIN
assets/img/layout/git.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
Reference in New Issue
Block a user