diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index d368271..d62ddf6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,7 +9,7 @@ </style> </head> <body> - {{ readme | safe }} + {{ before | safe }} <p>pydoc.dev is currently in early alpha and only hosts documentation for {{ packages | length }} packages:</p> @@ -20,6 +20,6 @@ {% endfor %} </ul> - {{ contributing | safe }} + {{ after | safe }} </body> </html> |