diff options
Diffstat (limited to 'templates/repo.html')
-rw-r--r-- | templates/repo.html | 5 |
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> |