1- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2- < html xmlns ="http://www.w3.org/1999/xhtml ">
3- < head >
4- < meta content ="en-au " http-equiv ="Content-Language " />
5- < meta content ="text/html; charset=utf-8 " http-equiv ="Content-Type " />
6- < link href ="/rss.xml " type ="application/rss+xml " rel ="alternate " title ="Blog Feed " />
7- < link href ="/atom.xml " type ="application/atom+xml " rel ="alternate " title ="Blog Feed " />
8- < link href ="/projectsrss.xml " type ="application/rss+xml " rel ="alternate " title ="Projects Feed " />
9- < link href ="/projectsatom.xml " type ="application/atom+xml " rel ="alternate " title ="Projects Feed " />
10-
11- < meta name ="viewport " content ="width=device-width, initial-scale=1, maximum-scale=1 " />
12- < title > {% if page.title != "code52" %}{{ page.title }} - code52{% else %}{{ page.title }}{% endif %}</ title >
13- < link rel ="stylesheet " type ="text/css " href ="/css/style.css " />
14- < link rel ="shortcut icon " href ="/img/favicon.ico " />
15- </ head >
16- < body >
17- < div id ="container ">
18- < div id ="side ">
19- < a href ="/ " id ="home " title ="home " alt ="home "> < img src ="/img/logo.png " alt ="Code 52 - a new coding project every week " /> </ a >
20- < div id ="hometext "> < a href ="/ " > code52</ a > </ div >
21- < div class ="section ">
22- < ul >
23- < li > < a href ="/about.html "> about</ a > </ li >
24- < li > < a href ="http://jabbr.net/#/rooms/code52 "> jabbr</ a > </ li >
25- < li > < a href ="http://twitter.com/code_52 "> @code_52</ a > </ li >
26- < li > < a href ="http://code52.uservoice.com "> uservoice</ a > </ li >
27- < li > < a href ="/contributing.html "> contributing</ a > </ li >
28- < li > < a href ="/projects.html "> previous projects</ a > </ li >
29- </ ul >
30- </ div >
31- </ div >
32- < div id ="content ">
33- {{content}}
34- </ div >
35-
36- </ div >
37- </ body >
1+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+ < html xmlns ="http://www.w3.org/1999/xhtml ">
3+ < head >
4+ < meta content ="en-au " http-equiv ="Content-Language " />
5+ < meta content ="text/html; charset=utf-8 " http-equiv ="Content-Type " />
6+ < link href ="/rss.xml " type ="application/rss+xml " rel ="alternate " title ="Blog Feed " />
7+ < link href ="/atom.xml " type ="application/atom+xml " rel ="alternate " title ="Blog Feed " />
8+ < link href ="/projectsrss.xml " type ="application/rss+xml " rel ="alternate " title ="Projects Feed " />
9+ < link href ="/projectsatom.xml " type ="application/atom+xml " rel ="alternate " title ="Projects Feed " />
10+
11+ < meta name ="viewport " content ="width=device-width, initial-scale=1, maximum-scale=1 " />
12+ < title > {% if page.title != "code52" %}{{ page.title }} - code52{% else %}{{ page.title }}{% endif %}</ title >
13+ < link rel ="stylesheet " type ="text/css " href ="/css/style.css " />
14+ < link rel ="shortcut icon " href ="/img/favicon.ico " />
15+ </ head >
16+ < body >
17+ < div id ="container ">
18+ < div id ="side ">
19+ < a href ="/ " id ="home " title ="home " alt ="home "> < img src ="/img/logo.png " alt ="Code 52 - a new coding project every week " /> </ a >
20+ < div id ="hometext "> < a href ="/ " > code52</ a > </ div >
21+ < div class ="section ">
22+ < ul >
23+ < li > < a href ="/about.html "> about</ a > </ li >
24+ < li > < a href ="http://jabbr.net/#/rooms/code52 "> jabbr</ a > </ li >
25+ < li > < a href ="http://twitter.com/code_52 "> @code_52</ a > </ li >
26+ < li > < a href ="http://code52.uservoice.com "> uservoice</ a > </ li >
27+ < li > < a href ="/contributing.html "> contributing</ a > </ li >
28+ < li > < a href ="/projects.html "> previous projects</ a > </ li >
29+ < li > < a href ="/rss.xml "> < img src ="/img/25.png " /> announcements</ a > </ li >
30+ < li > < a href ="/projectsrss.xml "> < img src ="/img/25.png " /> progess logs</ a > </ li >
31+ </ ul >
32+ </ div >
33+ </ div >
34+ < div id ="content ">
35+ {{content}}
36+ </ div >
37+
38+ </ div >
39+ </ body >
3840</ html >
0 commit comments