Edit footer

This commit is contained in:
Carly Ho 2024-01-25 22:46:59 -06:00
parent 69409bfb37
commit 671dda668b
3 changed files with 4 additions and 12 deletions

View File

@ -4004,7 +4004,7 @@ sitescheme.accountlinks.readinglist=Reading Page
sitescheme.accountlinks.userpic.alt=Upload Icons
sitescheme.footer.info=Copyright © 2009-2011 Dreamwidth Studios, LLC. All rights reserved.
sitescheme.footer.info=Website coding based on the open source code from Dreamwidth Studios - Thank you!!
sitescheme.footer.legal.abusepolicy=Abuse Policy

View File

@ -161,8 +161,10 @@ footer {
}
p {
font-size: .8em;
font-size: .7em;
margin: 0 0 0.5em 0;
text-transform: uppercase;
text-align: center;
}
}

View File

@ -22,16 +22,6 @@ the same terms as Perl itself. For a copy of the license, please reference
[%- END -%]
[%- BLOCK block.footer -%]
<ul>
<li><a href="[% site.root %]/legal/privacy">[% 'sitescheme.footer.legal.privacypolicy' | ml %]</a> &bull; </li>
<li><a href="[% site.root %]/legal/tos">[% 'sitescheme.footer.legal.tos' | ml %]</a> &bull; </li>
<li><a href="[% site.root %]/legal/diversity">[% 'sitescheme.footer.legal.diversitystatement' | ml %]</a> &bull; </li>
<li><a href="[% site.root %]/legal/principles">[% 'sitescheme.footer.legal.guidingprinciples' | ml %]</a> &bull; </li>
<li><a href="[% site.root %]/site/">[% 'sitescheme.footer.sitemap' | ml %]</a> &bull; </li>
<li><a href="[% site.root %]/site/suggest">[% 'sitescheme.footer.suggestion' | ml %]</a> &bull; </li>
<li><a href="[% site.root %]/site/opensource">[% 'tropo.footer.opensource' | ml %]</a> &bull; </li>
<li><a href="[% site.root %]/support">[% 'sitescheme.accountlinks.help' | ml %]</a></li>
</ul>
<p>[% 'sitescheme.footer.info' | ml %]</p>
[% IF site.is_canary %]
<div class="canary canary-bottom-right"><span>canary</span></div>