Skip to content

Commit c3f3205

Browse files
author
aeoth
committed
fixed up title and Jabbr links
1 parent 5407fdb commit c3f3205

File tree

7 files changed

+10
-9
lines changed

7 files changed

+10
-9
lines changed

_layouts/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Blog Feed" />
77
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Blog Feed" />
88
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
9-
<title>{{page.title }} - code52</title>
9+
<title>{% if page.title != "code52" %}{{ page.title }} - code52{% else %}{{ page.title }}{% endif %}</title>
1010
<link rel="stylesheet" type="text/css" href="/css/style.css" />
1111
<link rel="shortcut icon" href="/img/favicon.ico" />
1212
</head>
@@ -19,7 +19,7 @@
1919
<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>
22-
<li><a href="http://jabbr.net/code52">jabbr</a></li>
22+
<li><a href="http://jabbr.net/#/rooms/code52">jabbr</a></li>
2323
<li><a href="http://code52.uservoice.com">submit an idea</a></li>
2424

2525
<li><a href="#">past ideas</a></li>

_site/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<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>
22-
<li><a href="http://jabbr.net/code52">jabbr</a></li>
22+
<li><a href="http://jabbr.net/#/rooms/code52">jabbr</a></li>
2323
<li><a href="http://code52.uservoice.com">submit an idea</a></li>
2424

2525
<li><a href="#">past ideas</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-19T10:27:41+11:00</updated>
6+
<updated>2011-12-29T20:02:57+11:00</updated>
77
<id>http://www.Code52.org/</id>
88
<author>
99
<name>Code52 Team</name>

_site/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Blog Feed" />
77
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Blog Feed" />
88
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
9-
<title> - code52</title>
9+
<title>code52</title>
1010
<link rel="stylesheet" type="text/css" href="/css/style.css" />
1111
<link rel="shortcut icon" href="/img/favicon.ico" />
1212
</head>
@@ -19,7 +19,7 @@
1919
<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>
22-
<li><a href="http://jabbr.net/code52">jabbr</a></li>
22+
<li><a href="http://jabbr.net/#/rooms/code52">jabbr</a></li>
2323
<li><a href="http://code52.uservoice.com">submit an idea</a></li>
2424

2525
<li><a href="#">past ideas</a></li>

_site/introduction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<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>
22-
<li><a href="http://jabbr.net/code52">jabbr</a></li>
22+
<li><a href="http://jabbr.net/#/rooms/code52">jabbr</a></li>
2323
<li><a href="http://code52.uservoice.com">submit an idea</a></li>
2424

2525
<li><a href="#">past ideas</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>Mon, 19 Dec 2011 10:27:41 +1100</pubDate>
10-
<lastBuildDate>Mon, 19 Dec 2011 10:27:41 +1100</lastBuildDate>
9+
<pubDate>Thu, 29 Dec 2011 20:02:57 +1100</pubDate>
10+
<lastBuildDate>Thu, 29 Dec 2011 20:02:57 +1100</lastBuildDate>
1111

1212

1313
<item>

index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout : layout
3+
title : code52
34
---
45

56
<ul class="ideas">

0 commit comments

Comments
 (0)