Explorar o código

Improved presentation of rules.md listing

Nathan Schneider %!s(int64=5) %!d(string=hai) anos
pai
achega
6b827336ac
Modificáronse 1 ficheiros con 5 adicións e 4 borrados
  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 %}