Skip to content

Commit

Permalink
Revert "Properly display article titles (#6455)" (#6465)
Browse files Browse the repository at this point in the history
This reverts commit e71b40a.
  • Loading branch information
escattone authored Jan 21, 2025
1 parent 70acaee commit 391a031
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.title }}</a>
{{ document.document_title }}</a>
</li>
{% endfor %}
</ul>
Expand Down

0 comments on commit 391a031

Please sign in to comment.