소스 검색

Updated the all templates to append .html in the end

rota3015 8 달 전
부모
커밋
6f41396cb5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      _layouts/templates.html

+ 1 - 1
_layouts/templates.html

@@ -14,7 +14,7 @@ layout: default
     {%- for template in site.templates -%}
     <article class="library-item">
       <h2 class="library-rule-name">
-        <a href="{{ template.url }}"><img src="{{ template.rule.icon }}">
+        <a href="{{ template.url }}.html"><img src="{{ template.rule.icon }}">
           {{ template.rule.name }}  
         </a>
       </h2>