diff options
| -rw-r--r-- | doc/_templates/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/_templates/index.html b/doc/_templates/index.html index 850723dd..43d07e82 100644 --- a/doc/_templates/index.html +++ b/doc/_templates/index.html @@ -3,6 +3,12 @@ {% block body %} <h1>Welcome</h1> + <div class="quotebar"> + <p>What users say:</p> + <p>“Cheers for a great tool that actually makes programmers <b>want</b> + to write documentation!”</p> + </div> + <p> Sphinx is a tool that makes it easy to create intelligent and beautiful documentation, written by Georg Brandl and licensed under the BSD license.</p> |
