소스 검색

REALLY Changed rules.md to templates.md

Nathan Schneider 5 년 전
부모
커밋
88a6f5975e
1개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. 15 0
      templates.md

+ 15 - 0
templates.md

@@ -0,0 +1,15 @@
+---
+layout: page
+title: Templates
+permalink: /templates/
+---
+
+Browse the collection of Rule templates.
+
+{% for rule in site.rules %}
+<h2>
+    <img src="{{ site.baseurl }}{{ rule.icon }}" />
+    <a href="{{ site.baseurl }}{{ rule.url }}">{{ rule.title }}</a>
+</h2>
+<p>{{ rule.structure }}</p>
+{% endfor %}