summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-02-10 09:17:18 +0100
committerMartin Fischer <martin@push-f.com>2022-02-10 09:19:47 +0100
commit091d3f39435da9de77d0492686acd7bba6f79357 (patch)
tree4831e40e3a6dcb92bb8cba568b78a7400e7b2e48 /templates/index.html
parent03a1c05a195f83868af94adeb9b405f169098465 (diff)
merge CONTRIBUTING.md into README.md
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html4
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>