Remove trailing whitespace characters at the end of lines

This commit is contained in:
Dawid Potocki
2019-08-04 04:03:35 +12:00
parent 22bccbf6db
commit 463479919a
12 changed files with 171 additions and 172 deletions

View File

@ -56,7 +56,7 @@
{% 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>
{% 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 %}