Archived
1
0

add css and images for origins

This commit is contained in:
jeff 2015-10-01 13:55:17 -04:00
parent c5605a4412
commit ac3f0eab94
4 changed files with 3 additions and 3 deletions

BIN
contrib/static/clearnet.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 846 B

BIN
contrib/static/i2p.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
contrib/static/tor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -9,13 +9,13 @@
</span> </span>
<span class="origin"> <span class="origin">
{{#IsTor}} {{#IsTor}}
<img src="{{Prefix}}static/i2p.jpg" alt="i2p" /> <img src="{{Prefix}}static/i2p.png" alt="post from i2p" />
{{/IsTor}} {{/IsTor}}
{{#IsI2P}} {{#IsI2P}}
<img src="{{Prefix}}static/tor.jpg" alt="tor" /> <img src="{{Prefix}}static/tor.png" alt="post from tor" />
{{/IsI2P}} {{/IsI2P}}
{{#IsClearnet}} {{#IsClearnet}}
<img src="{{Prefix}}static/clearnet.jpg" alt="clearnet" /> <img src="{{Prefix}}static/clearnet.png" alt="post from clearnet" />
{{/IsClearnet}} {{/IsClearnet}}
</span> </span>
<span class="name"> <span class="name">