diff options
author | James Mills <1290234+prologic@users.noreply.github.com> | 2022-12-26 16:20:08 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-26 11:50:08 +0530 |
commit | 95dec0f0564c158d2884faa24cac650043e8dc37 (patch) | |
tree | a3c6aed24a921142265090513b9bb9fd9b776b02 /templates | |
parent | 0547b04260fde4b3c31c41bb11489a2063a81faa (diff) | |
download | legit-95dec0f0564c158d2884faa24cac650043e8dc37.tar.gz legit-95dec0f0564c158d2884faa24cac650043e8dc37.tar.bz2 legit-95dec0f0564c158d2884faa24cac650043e8dc37.zip |
routes: render markdown readmes in repo index (#11)
Diffstat (limited to '')
-rw-r--r-- | templates/repo.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/repo.html b/templates/repo.html index c588a0f..6307fd7 100644 --- a/templates/repo.html +++ b/templates/repo.html @@ -27,9 +27,7 @@ </div> {{- if .readme }} <article class="readme"> - <pre> - {{- .readme -}} - </pre> + {{- .readme -}} </article> {{- end -}} |