Skip to content

Commit e88fbab

Browse files
committed
derp, something not right with adding the about page. where's my burrito, i mean text?
1 parent cdccb86 commit e88fbab

File tree

7 files changed

+20
-7
lines changed

7 files changed

+20
-7
lines changed

_layouts/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<a href="/" id="homelink" title="home" alt="home"><img src="/img/logo.png" alt="Code 52 - a new coding project every week" /></a>
1717
<div class="section">
1818
<ul>
19-
<li><a href="/about">about</a></li>
19+
<li><a href="/about.html">about</a></li>
2020
<li><a href="http://talk.code52.org/">discussion</a></li>
2121
<li><a href="http://twitter.com/code_52">twitter</a></li>
2222
<li><a href="http://jabbr.net/code52">jabbr</a></li>

_posts/about.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: post
3+
title: "About code52"
4+
author: shiftkey
5+
---
6+
7+
some words go here
8+
9+
## What?
10+
11+
12+
## Huh?
13+

_site/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<a href="/" id="homelink" title="home" alt="home"><img src="/img/logo.png" alt="Code 52 - a new coding project every week" /></a>
1717
<div class="section">
1818
<ul>
19-
<li><a href="/about">about</a></li>
19+
<li><a href="/about.html">about</a></li>
2020
<li><a href="http://talk.code52.org/">discussion</a></li>
2121
<li><a href="http://twitter.com/code_52">twitter</a></li>
2222
<li><a href="http://jabbr.net/code52">jabbr</a></li>

_site/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<title>Code52</title>
44
<link href="http://www.Code52.org/"/>
55
<link type="application/atom+xml" rel="self" href="http://www.Code52.org/atom.xml"/>
6-
<updated>2011-12-16T22:02:51+11:00</updated>
6+
<updated>2011-12-16T22:14:11+11:00</updated>
77
<id>http://www.Code52.org/</id>
88
<author>
99
<name>Code52 Team</name>

_site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<a href="/" id="homelink" title="home" alt="home"><img src="/img/logo.png" alt="Code 52 - a new coding project every week" /></a>
1717
<div class="section">
1818
<ul>
19-
<li><a href="/about">about</a></li>
19+
<li><a href="/about.html">about</a></li>
2020
<li><a href="http://talk.code52.org/">discussion</a></li>
2121
<li><a href="http://twitter.com/code_52">twitter</a></li>
2222
<li><a href="http://jabbr.net/code52">jabbr</a></li>

_site/introduction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<a href="/" id="homelink" title="home" alt="home"><img src="/img/logo.png" alt="Code 52 - a new coding project every week" /></a>
1717
<div class="section">
1818
<ul>
19-
<li><a href="/about">about</a></li>
19+
<li><a href="/about.html">about</a></li>
2020
<li><a href="http://talk.code52.org/">discussion</a></li>
2121
<li><a href="http://twitter.com/code_52">twitter</a></li>
2222
<li><a href="http://jabbr.net/code52">jabbr</a></li>

_site/rss.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<atom:link href="http://www.Code52.org/rss.xml" rel="self" type="application/rss+xml" />
77
<description></description>
88
<language>en-au</language>
9-
<pubDate>Fri, 16 Dec 2011 22:02:51 +1100</pubDate>
10-
<lastBuildDate>Fri, 16 Dec 2011 22:02:51 +1100</lastBuildDate>
9+
<pubDate>Fri, 16 Dec 2011 22:14:11 +1100</pubDate>
10+
<lastBuildDate>Fri, 16 Dec 2011 22:14:11 +1100</lastBuildDate>
1111

1212

1313
<item>

0 commit comments

Comments
 (0)