Browse Source

Improved presentation of rules.md listing

Nathan Schneider 5 years ago
parent
commit
6b827336ac
1 changed files with 5 additions and 4 deletions
  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 %}