diff options
| author | tekkub <tekkub@gmail.com> | 2009-07-06 14:30:45 -0600 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2009-07-06 14:30:45 -0600 |
| commit | 09852073b638c0f3130665c044595dadf44da817 (patch) | |
| tree | 727088f1c11f921cfe140e02bd845d498569f2e1 | |
| parent | d64bd8c2c3c6ba462780f734568f5963ce56332d (diff) | |
Rework index lists
| -rw-r--r-- | _posts/2009-06-14-mac-git-installation.textile (renamed from _posts/2009-06-16-mac-git-installation.textile) | 0 | ||||
| -rw-r--r-- | _posts/2009-06-15-msysgit-key-setup.textile | 2 | ||||
| -rw-r--r-- | _posts/2009-07-04-git-html-help.textile (renamed from _posts/2009-05-04-git-html-help.textile) | 0 | ||||
| -rw-r--r-- | index.textile | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/_posts/2009-06-16-mac-git-installation.textile b/_posts/2009-06-14-mac-git-installation.textile index 872511a..872511a 100644 --- a/_posts/2009-06-16-mac-git-installation.textile +++ b/_posts/2009-06-14-mac-git-installation.textile diff --git a/_posts/2009-06-15-msysgit-key-setup.textile b/_posts/2009-06-15-msysgit-key-setup.textile index b237049..51568f0 100644 --- a/_posts/2009-06-15-msysgit-key-setup.textile +++ b/_posts/2009-06-15-msysgit-key-setup.textile @@ -1,6 +1,6 @@ --- layout: guide -title: Generating SSH keys (msysgit) +title: Generating SSH keys (Windows/msysgit) subtitle: This guide will step you through the process of generating a keypair in msysgit and uploading it to GitHub description: Setting up SSH keys with msysgit on Windows categories: windows setup diff --git a/_posts/2009-05-04-git-html-help.textile b/_posts/2009-07-04-git-html-help.textile index 7ccfd9f..7ccfd9f 100644 --- a/_posts/2009-05-04-git-html-help.textile +++ b/_posts/2009-07-04-git-html-help.textile diff --git a/index.textile b/index.textile index 5c3e1ae..c92126b 100644 --- a/index.textile +++ b/index.textile @@ -20,7 +20,7 @@ p. This site is a work in progress. {% for cat in (page.index_cats) %} <div class="category_index"> <h2>{{ cat | capitalize }}</h2> - {% for post in site.posts %}{% if post.categories contains cat %} + {% for post in site.posts reversed %}{% if post.categories contains cat %} <b><a href="{{ post.url }}">{{ post.title }}</a></b> <p>{{ post.description }}</p> {% endif %}{% endfor %} |
