From fd3ba11c3024dcc946651e04a8f71ba836582fb9 Mon Sep 17 00:00:00 2001 From: tekkub Date: Thu, 28 Jan 2010 17:40:36 -0700 Subject: Add popular guides to index --- index.textile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'index.textile') 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 We are in the process of moving guides over from the "old wiki":http://github.com/guides/home. +h3. Popular guides + +
+ {% for post in site.posts reversed %}{% if post.categories contains "popular" %} +
{{ post.title }}
+
{{ post.description }}
+ {% endif %}{% endfor %} +
+ h2. Getting help There are a number of resources available to help you learn git or fix issues with GitHub: -- cgit v1.3.1