Skip to content

Commit

Permalink
Properly display article titles (#6455)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithellis authored Jan 16, 2025
1 parent 77394df commit e71b40a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h3 class="card--title">
{% for document in topic_data.documents %}
<li>
<a href="{{ document.url }}">
{{ document.document_title }}</a>
{{ document.title }}</a>
</li>
{% endfor %}
</ul>
Expand Down

0 comments on commit e71b40a

Please sign in to comment.