소스 검색

feat: template update

igb 6 달 전
부모
커밋
c29fc43ab0
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      resources/views/liquid_src/1/TechVista/__product_list_1.liquid
  2. 1 1
      resources/views/liquid_src/1/TechVista/version.liquid

+ 2 - 2
resources/views/liquid_src/1/TechVista/__product_list_1.liquid

@@ -23,11 +23,11 @@
             <div class="block-body text-center">
                 <h3 class="heading heading-5 strong-600 text-capitalize title-over-flow" >
                     <a  href="/products/{{ item.id }}" target="_blank"  title=" {{ item.title | strip_html  }}">
-                        {{ item.title | strip_html  }}
+                        {{ item.title | decode_html_entities | strip_html  }}
                     </a>
                 </h3>
                 <p class="product-description title-over-flow">
-                    {{ item.content | strip_html | default: "No description " }}
+                    {{ item.content | decode_html_entities | strip_html | default: "No description " }}
                 </p>
                 <div class="product-buttons mt-4">
                     <a href="/products/{{ item.id }}" class="btn  btn-gray-dark btn-circle px-4" target="_blank">

+ 1 - 1
resources/views/liquid_src/1/TechVista/version.liquid

@@ -1 +1 @@
-<!-- update date 2024-11-26 17:10 -->
+<!-- update date 2024-11-27 16:10 -->