Просмотр исходного кода

stripped HTML tags from converted Markdown for now

practices
Simon Bowie 1 год назад
Родитель
Сommit
1bb56e594a
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      web/app/templates/base.html

+ 1
- 1
web/app/templates/base.html Просмотреть файл

@@ -292,7 +292,7 @@
{% endif %}

<div class="{% if size==1 %} big-text {% else %} small-text {% endif %} mb-[1em]">
{{ resource['description'] | truncate(150) | safe }}
{{ resource['description'] | truncate(150) | striptags }}
</div>

{% if resource.status == 'no longer maintained' %}

Загрузка…
Отмена
Сохранить