소스 검색

stripped HTML tags from converted Markdown for now

practices
Simon Bowie 1 년 전
부모
커밋
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' %}

Loading…
취소
저장