diff options
| author | Tom Christie | 2014-11-28 12:55:08 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-11-28 12:55:08 +0000 | 
| commit | d84582fe1f5ca0fb0694e5bde40a8e34f22947f7 (patch) | |
| tree | 840ebf510d8d5e19a492707d5d2f9956f0187c04 /docs_theme | |
| parent | 9e03b0843ad8b9b3481d7e64f9159daf33d04136 (diff) | |
| download | django-rest-framework-d84582fe1f5ca0fb0694e5bde40a8e34f22947f7.tar.bz2 | |
Add 'built with MkDocs' footer
Diffstat (limited to 'docs_theme')
| -rw-r--r-- | docs_theme/base.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs_theme/base.html b/docs_theme/base.html index 6bfccab2..25bd33ef 100644 --- a/docs_theme/base.html +++ b/docs_theme/base.html @@ -159,7 +159,7 @@    <!--/.wrapper -->    <footer class="span12"> -    <p>Sponsored by <a href="http://dabapps.com/">DabApps</a>.</a> +    <p>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.</a>      </p>    </footer> | 
