FIX: Compute topic title correctly (#29)

Was using `unicode_title` but not all topics return a unicode_title
attribute. So need to instead do this.
This commit is contained in:
Justin DiRose 2021-01-19 12:16:20 -06:00 committed by GitHub
parent 68a7243a66
commit b13abb992c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
}}
<div class="topic-content">
<h1>{{topic.unicode_title}}</h1>
<h1>{{{topic.fancyTitle}}}</h1>
{{mount-widget
widget="post"
model=model