diff options
author | Andy Taylor | 2018-01-30 16:45:33 +1100 |
---|---|---|
committer | Andy Taylor | 2018-01-30 16:45:33 +1100 |
commit | 728077f43338ab476f4837300d5cd2830715ec34 (patch) | |
tree | ef731edf50547fc1291e596d90b7b9e654c9db6d | |
parent | 98b381c820ff8eddb5b12d5889f23f3c69062b0c (diff) |
Change footer version styling
-rw-r--r-- | gocryptfs-readthedocs/footer.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gocryptfs-readthedocs/footer.html b/gocryptfs-readthedocs/footer.html index 8a7538f..1735942 100644 --- a/gocryptfs-readthedocs/footer.html +++ b/gocryptfs-readthedocs/footer.html @@ -21,5 +21,8 @@ {% endif %} </div> + <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> |