summaryrefslogtreecommitdiffstats
path: root/templates/repo.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo.html')
-rw-r--r--templates/repo.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/repo.html b/templates/repo.html
index 3c99df5..a033f0d 100644
--- a/templates/repo.html
+++ b/templates/repo.html
@@ -44,6 +44,11 @@
{{ end }}
{{ end }}
</table>
+ <article>
+ <pre>
+ {{- if .readme }}{{ .readme }}{{- end -}}
+ </pre>
+ </article>
</main>
</body>
</html>