Skip to content

Commit 4294bd5

Browse files
committed
removed timestamp from content posts
1 parent 7cd2359 commit 4294bd5

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

_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>2012-01-07T15:32:29+11:00</updated>
6+
<updated>2012-01-07T15:36:49+11:00</updated>
77
<id>http://www.Code52.org/</id>
88
<author>
99
<name>Code52 Team</name>

_site/contributing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<div class="entry-container">
3232
<div class='entry'>
3333
<h1> Contributing to Code52 projects </h1>
34-
<span class="postdate"> 7 January, 2012
34+
<span class="postdate">
3535

3636
</span>
3737
<h2>How do I contribute?</h2>

_site/css/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ li
6262
}
6363
#side .section
6464
{
65-
margin-top:50px;
65+
margin-top:50px;
66+
margin-bottom: 50px;
6667
padding:0;
6768
}
6869
#side .section ul

_site/projects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<div class="entry-container">
3232
<div class='entry'>
3333
<h1> Previous Projects </h1>
34-
<span class="postdate"> 7 January, 2012
34+
<span class="postdate">
3535

3636
</span>
3737
<p><a href="http://www.github.com/code52/DownmarkerWPF">DownmarkerWPF</a></p>

_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>Sat, 07 Jan 2012 15:32:29 +1100</pubDate>
10-
<lastBuildDate>Sat, 07 Jan 2012 15:32:29 +1100</lastBuildDate>
9+
<pubDate>Sat, 07 Jan 2012 15:36:49 +1100</pubDate>
10+
<lastBuildDate>Sat, 07 Jan 2012 15:36:49 +1100</lastBuildDate>
1111

1212

1313
<item>

contributing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
layout: post
33
title: Contributing to Code52 projects
4-
date: 2012-01-07
54
---
65

76
##How do I contribute?

css/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ li
6262
}
6363
#side .section
6464
{
65-
margin-top:50px;
65+
margin-top:50px;
66+
margin-bottom: 50px;
6667
padding:0;
6768
}
6869
#side .section ul

projects.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
layout: post
33
title: Previous Projects
4-
date: 2012-01-07
54
---
65

76
[DownmarkerWPF](http://www.github.com/code52/DownmarkerWPF)

0 commit comments

Comments
 (0)