Skip to content

Commit f026c78

Browse files
author
aeoth
committed
I think I got this favico shit sorted
1 parent a825b13 commit f026c78

File tree

9 files changed

+24
-3
lines changed

9 files changed

+24
-3
lines changed

_layouts/layout.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
99
<title>Code52</title>
1010
<link rel="stylesheet" type="text/css" href="/css/style.css" />
11+
<link rel="shortcut icon" href="/img/myicon.ico" />
1112
</head>
1213
<body>
1314
<div id="container">

_site/about.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
99
<title>Code52</title>
1010
<link rel="stylesheet" type="text/css" href="/css/style.css" />
11+
<link rel="shortcut icon" href="/img/myicon.ico" />
1112
</head>
1213
<body>
1314
<div id="container">

_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-15T18:31:12+11:00</updated>
6+
<updated>2011-12-15T18:37:23+11:00</updated>
77
<id>http://www.Code52.org/</id>
88
<author>
99
<name>Code52 Team</name>

_site/idea1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
99
<title>Code52</title>
1010
<link rel="stylesheet" type="text/css" href="/css/style.css" />
11+
<link rel="shortcut icon" href="/img/myicon.ico" />
1112
</head>
1213
<body>
1314
<div id="container">

_site/img/favicon.ico

107 KB
Binary file not shown.

_site/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
99
<title>Code52</title>
1010
<link rel="stylesheet" type="text/css" href="/css/style.css" />
11+
<link rel="shortcut icon" href="/img/myicon.ico" />
1112
</head>
1213
<body>
1314
<div id="container">

_site/readme.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
Links
3+
4+
- http://code52.org/ -- main landing page
5+
- http://52co.de/ -- URL shortener
6+
- http://code52.uservoice.com/ -- suggestions and voting
7+
8+
9+
Random slogans:
10+
11+
- "new coding every week"
12+
- "coding fun and games"
13+
- "crowdsourcing software projects"
14+
- add your own
15+
16+
17+

_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>Thu, 15 Dec 2011 18:31:12 +1100</pubDate>
10-
<lastBuildDate>Thu, 15 Dec 2011 18:31:12 +1100</lastBuildDate>
9+
<pubDate>Thu, 15 Dec 2011 18:37:23 +1100</pubDate>
10+
<lastBuildDate>Thu, 15 Dec 2011 18:37:23 +1100</lastBuildDate>
1111

1212

1313
<item>

img/favicon.ico

107 KB
Binary file not shown.

0 commit comments

Comments
 (0)