Prechádzať zdrojové kódy

Updated the all templates to append .html in the end

rota3015 7 mesiacov pred
rodič
commit
6f41396cb5
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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>