diff options
author | Martin Fischer <martin@push-f.com> | 2022-02-10 09:17:18 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-02-10 09:19:47 +0100 |
commit | 091d3f39435da9de77d0492686acd7bba6f79357 (patch) | |
tree | 4831e40e3a6dcb92bb8cba568b78a7400e7b2e48 /templates | |
parent | 03a1c05a195f83868af94adeb9b405f169098465 (diff) |
merge CONTRIBUTING.md into README.md
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> |