Ahah, CSPs.

This commit is contained in:
Julien Palard 2018-04-28 17:49:34 +02:00
parent 9ca9248ea2
commit 9afb7e2369
2 changed files with 12 additions and 1 deletions

View File

@ -377,3 +377,14 @@ div.codehilite {
# margin-bottom: 1em;
}
footer a[href="https://psfmember.org/"] {
display: block;
margin: auto;
width: 100px;
}
footer a[href="https://psfmember.org/"] img {
width: 100px;
height: 100px;
}

View File

@ -73,7 +73,7 @@
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<a href="https://psfmember.org/" style="width: 100px; margin: auto; display: block"><img width=100 height=100 src="/theme/images/psf.png" /></a>
<a href="https://psfmember.org/"><img src="/theme/images/psf.png" /></a>
<address id="about" class="vcard body">
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
</address><!-- /#about -->