Ver Fonte

Improved presentation of rules.md listing

Nathan Schneider há 5 anos atrás
pai
commit
6b827336ac
1 ficheiros alterados com 5 adições e 4 exclusões
  1. 5 4
      rules.md

+ 5 - 4
rules.md

@@ -4,8 +4,9 @@ title: Rules
 permalink: /rules/
 ---
 
-<ul>
+Browse the collection of Rule templates.
+
 {% for rule in site.rules %}
-<a href="{{ site.baseurl }}{{ rule.url }}">{{ rule.title }}</a>
-    {% endfor %}
-</ul>
+<p><strong><a href="{{ site.baseurl }}{{ rule.url }}">{{ rule.title }}</a></strong><br />
+{{ rule.structure }}</p>
+{% endfor %}