Fix footer.
This commit is contained in:
parent
6b7c78ed2c
commit
d7af1f5d06
1 changed files with 4 additions and 8 deletions
|
|
@ -82,15 +82,17 @@
|
||||||
</section>
|
</section>
|
||||||
<footer>
|
<footer>
|
||||||
<!-- Optional footer data -->
|
<!-- Optional footer data -->
|
||||||
<p id=githubfooter style="padding: 5px 6px; visibility: hidden">
|
<p id=githubfooter style="padding: 5px 6px; visibility: hidden"><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>
|
||||||
</p>
|
</p>
|
||||||
<p id=readthedocsfooter style="padding: 5px 6px; visibility: hidden">
|
<p id=readthedocsfooter style="padding: 5px 6px; visibility: hidden"><small></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>
|
||||||
|
— Theme derived from <a href="https://github.com/orderedlist/minimal">minimal</a></small>
|
||||||
</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) {
|
||||||
|
|
@ -99,12 +101,6 @@
|
||||||
document.getElementById("readthedocsfooter").style.visibility="visible";
|
document.getElementById("readthedocsfooter").style.visibility="visible";
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p><small>Hosted on GitHub Pages — <a href="https://github.com/site/terms">Terms</a>
|
|
||||||
— <a href="https://github.com/site/privacy">Privacy</a>
|
|
||||||
— Theme derived from <a href="https://github.com/orderedlist/minimal">minimal</a></small></p>
|
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue