summaryrefslogtreecommitdiff
path: root/index.textile
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2010-01-28 17:40:36 -0700
committertekkub <tekkub@gmail.com>2010-01-28 17:40:36 -0700
commitfd3ba11c3024dcc946651e04a8f71ba836582fb9 (patch)
tree5c564877e5aad9388d3b0a4c27e0f01ca92c2f78 /index.textile
parent0477f6bbea431c70f1468652d9119a69774a4dfa (diff)
Add popular guides to index
Diffstat (limited to 'index.textile')
-rw-r--r--index.textile9
1 files changed, 9 insertions, 0 deletions
diff --git a/index.textile b/index.textile
index 93c7e52..440ea4a 100644
--- a/index.textile
+++ b/index.textile
@@ -13,6 +13,15 @@ If you would like to submit your own guides, please fork "our repo":http://githu
<em>We are in the process of moving guides over from the "old wiki":http://github.com/guides/home.</em>
+h3. Popular guides
+
+<dl>
+ {% for post in site.posts reversed %}{% if post.categories contains "popular" %}
+ <dt><a href="{{ post.url }}" id="{{ cat }}">{{ post.title }}</a></dt>
+ <dd>{{ post.description }}</dd>
+ {% endif %}{% endfor %}
+</dl>
+
h2. Getting help
There are a number of resources available to help you learn git or fix issues with GitHub: