mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 15:58:06 -05:00
Omit the powered_by logo on reddit subdomains.
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
</div>
|
||||
%endfor
|
||||
</div>
|
||||
%if g.domain != "reddit.com":
|
||||
%if not g.domain.endswith("reddit.com"):
|
||||
<!-- http://code.reddit.com/LICENSE see Exhibit B -->
|
||||
<a href="http://www.reddit.com/code/" style="text-align:center;display:block">
|
||||
<img src="${s3_https_if_secure("http://sp.reddit.com/powered_by_reddit.png")}"
|
||||
|
||||
Reference in New Issue
Block a user