Author
|
zPlus <zplus@peers.community>
2020-06-05 05:43:38
|
Committer
|
zPlus <zplus@peers.community>
2020-06-05 05:43:38
|
Commit
|
ce0bbd9
(patch)
|
Tree
|
eba3a76
|
Parent(s)
|
|
Change Peers logo location in the footer.
commits diff:
5ec08f0..ce0bbd9
1 file changed,
5 insertions,
9 deletions
—
download
Diffstat
Diff options
+5/-9
M freepost/templates/layout.html
100
|
100
|
|
</div>
|
101
|
101
|
|
|
102
|
102
|
|
<footer>
|
103
|
|
- |
<p>
|
104
|
|
- |
Text is available under a <a href="http://creativecommons.org/licenses/by/4.0">Creative Commons Attribution 4.0 International License</a>.
|
105
|
|
- |
</p>
|
106
|
|
- |
|
107
|
103
|
|
<ul>
|
108
|
104
|
|
<li>
|
109
|
|
- |
<img alt="Peers" title="" src="/images/peers.png" />
|
110
|
|
- |
<a href="http://peers.community">Peers</a>
|
111
|
|
- |
<a href="https://dokk.org/The_Peers_Community">Community</a>
|
112
|
|
- |
</li>
|
113
|
|
- |
<li>
|
114
|
105
|
|
<img alt="RSS" title="" src="/images/rss.png" />
|
115
|
106
|
|
<a href="/rss/hot">Hot</a> •
|
116
|
107
|
|
<a href="/rss/new">New</a> •
|
121
|
112
|
|
<a href="https://notabug.org/zPlus/freepost">Source code</a>
|
122
|
113
|
|
</li>
|
123
|
114
|
|
<li>
|
|
115
|
+ |
<img alt="Peers" title="" src="/images/peers.png" />
|
|
116
|
+ |
<a href="http://peers.community">Peers</a>
|
|
117
|
+ |
<a href="https://dokk.org/The_Peers_Community">Community</a>
|
|
118
|
+ |
</li>
|
|
119
|
+ |
<li>
|
124
|
120
|
|
<img alt="TuxFamily" title="" src="/images/tuxfamily.png" />
|
125
|
121
|
|
Hosted at <a href="https://dokk.org/TuxFamily">TuxFamily</a>
|
126
|
122
|
|
</li>
|