diff options
author | Jakob Unterwurzacher | 2015-12-20 18:17:06 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-12-20 18:17:06 +0100 |
commit | 0ebc0b7412d811b0865080573555100649a068fc (patch) | |
tree | af0e732abf52e34ec65e8f234a6b93ea92b1b4ca /xreadthedocs/footer.html | |
parent | f419d49d65fc638fd15b603364b2e8e92609da91 (diff) |
Add content, customize theme
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> |