~edwargix/git.sr.ht

a709b89898038fcefca4d8b67c0e7f0ff5d98bd0 — Drew DeVault 7 years ago acfb2b7
Render bios as markdown on profile page
1 files changed, 1 insertions(+), 1 deletions(-)

M gitsrht/templates/user.html
M gitsrht/templates/user.html => gitsrht/templates/user.html +1 -1
@@ 18,7 18,7 @@
      </p>
      {% endif %}
      {% if profile.get("bio") %}
      <p>{{profile["bio"]}}</p>
      {{profile["bio"] | md}}
      {% endif %}
      {% endif %}
      {% if notice %}