diff options
Diffstat (limited to 'xreadthedocs/footer.html')
-rw-r--r-- | xreadthedocs/footer.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xreadthedocs/footer.html b/xreadthedocs/footer.html index 9f707cd..45f1987 100644 --- a/xreadthedocs/footer.html +++ b/xreadthedocs/footer.html @@ -18,6 +18,7 @@ <p>{{ copyright }}</p> {% endif %} </div> - - Built with <a href="http://www.mkdocs.org">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. + <div class="builtwith"> + Built with <a href="http://www.mkdocs.org">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. + </div> </footer> |