mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
fix 'powered by pixelfed' link to be HTTPS
This commit is contained in:
parent
cdfb6ac25f
commit
275e711624
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@
|
|||
<a href="/site/terms" class="text-lighter pr-2">Terms</a>
|
||||
</p>
|
||||
<p class="mb-0 text-uppercase text-muted small">
|
||||
<a href="http://pixelfed.org" class="text-lighter" rel="noopener" title="" data-toggle="tooltip">Powered by Pixelfed</a>
|
||||
<a href="https://pixelfed.org" class="text-lighter" rel="noopener" title="" data-toggle="tooltip">Powered by Pixelfed</a>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue