Fix footer.
This commit is contained in:
parent
05d53c58b1
commit
2f6b3d2127
1 changed files with 4 additions and 4 deletions
|
|
@ -82,13 +82,13 @@
|
||||||
</section>
|
</section>
|
||||||
<footer>
|
<footer>
|
||||||
<!-- Optional footer data -->
|
<!-- Optional footer data -->
|
||||||
<p id=githubfooter style="padding: 5px 6px; visibility: hidden"><small>
|
<p id=githubfooter style="display: none"><small>
|
||||||
Hosted on GitHub Pages —
|
Hosted on GitHub Pages —
|
||||||
<a href="https://github.com/site/terms" target="_top">Terms</a>
|
<a href="https://github.com/site/terms" target="_top">Terms</a>
|
||||||
— <a href="https://github.com/site/privacy" target="_top">Privacy</a>
|
— <a href="https://github.com/site/privacy" target="_top">Privacy</a>
|
||||||
— Theme derived from <a href="https://github.com/orderedlist/minimal">minimal</a></small>
|
— Theme derived from <a href="https://github.com/orderedlist/minimal">minimal</a></small>
|
||||||
</p>
|
</p>
|
||||||
<p id=readthedocsfooter style="padding: 5px 6px; visibility: hidden"><small>
|
<p id=readthedocsfooter style="display: none"><small>
|
||||||
Hosted on Readthedocs —
|
Hosted on Readthedocs —
|
||||||
<a href="https://docs.readthedocs.io/page/terms-of-service.html" target="_top">Terms</a>
|
<a href="https://docs.readthedocs.io/page/terms-of-service.html" target="_top">Terms</a>
|
||||||
— <a href="https://docs.readthedocs.io/page/privacy-policy.html" target="_top">Privacy</a>
|
— <a href="https://docs.readthedocs.io/page/privacy-policy.html" target="_top">Privacy</a>
|
||||||
|
|
@ -96,9 +96,9 @@
|
||||||
</p>
|
</p>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
if (location.hostname.indexOf("github") !== -1 || location.hostname.indexOf("jdrupes.org") !== -1) {
|
if (location.hostname.indexOf("github") !== -1 || location.hostname.indexOf("jdrupes.org") !== -1) {
|
||||||
document.getElementById("githubfooter").style.visibility="visible";
|
document.getElementById("githubfooter").style.display="inherit";
|
||||||
} else if (location.hostname.indexOf("readthedocs") !== -1) {
|
} else if (location.hostname.indexOf("readthedocs") !== -1) {
|
||||||
document.getElementById("readthedocsfooter").style.visibility="visible";
|
document.getElementById("readthedocsfooter").style.display="inherit";
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue