소스 검색

Merge pull request #16479 from pateljannat/section-with-features

version-14
Suraj Shetty 3 년 전
committed by GitHub
부모
커밋
487a877593
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      frappe/website/web_template/section_with_features/section_with_features.html

+ 2
- 2
frappe/website/web_template/section_with_features/section_with_features.html 파일 보기

@@ -17,12 +17,12 @@
<h3 class="feature-title">{{ feature.title }}</h3>
{%- endif -%}
{%- if feature.content -%}
<p class="feature-content">{{ feature.content }}</p>
<p class="feature-content">{{ frappe.utils.md_to_html(feature.content) }}</p>
{%- endif -%}
</div>
<div>
{%- if feature.url -%}
<a href="{{ feature.url }}" class="feature-url stretched-link">Learn more →</a>
<a href="{{ feature.url }}" class="feature-url stretched-link"> {{ _("Learn more") }} →</a>
{%- endif -%}
</div>
</div>


불러오는 중...
취소
저장