Browse Source

Changed rules.md to templates.md

Nathan Schneider 5 years ago
parent
commit
7c81ae1d48
2 changed files with 1 additions and 16 deletions
  1. 1 1
      index.md
  2. 0 15
      rules.md

+ 1 - 1
index.md

@@ -12,4 +12,4 @@ permalink: /
 
 
 Too often, we leave the most basic questions unstated and unanswered. CommunityRule makes it easier to clarify the basics so you can focus on other stuff.
 Too often, we leave the most basic questions unstated and unanswered. CommunityRule makes it easier to clarify the basics so you can focus on other stuff.
 
 
-**[Start from scratch]({% link create.md %}) or [choose a template]({% link rules.md %}) to begin.**
+**[Start from scratch]({% link create.md %}) or [choose a template]({% link templates.md %}) to begin.**

+ 0 - 15
rules.md

@@ -1,15 +0,0 @@
----
-layout: page
-title: Rules
-permalink: /rules/
----
-
-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 %}