11<!DOCTYPE html>
2- <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
3- <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
4- <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
5- <!--[if gt IE 8]><!--> < html class ="no-js "> <!--<![endif]-->
2+ < html class ="no-js ">
63< head >
74 < meta charset ="utf-8 ">
8- < meta http-equiv =" X-UA-Compatible " content =" IE=edge,chrome=1 " >
5+
96 < title > {% if page.title %} {{ page.title }} - {% endif %} Mad about code</ title >
107 < meta name ="description " content ="Ramblings of Ajeesh Mohan ">
118 < meta name ="viewport " content ="width=device-width ">
1411 {% if page.title %}< meta property ="og:title " content ="{{ title }} "/> {% endif %}
1512 {% if page.layout == 'post' %}< meta property ="og:type " content ="article "/>
1613 {% else %}< meta property ="og:type " content ="blog "/> {% endif %}
17- {% if page.url %}< meta property ="og:url " content ="http ://madaboutcode.com{{ page.url }} "/> {% endif %}
14+ {% if page.url %}< meta property ="og:url " content ="https ://madaboutcode.com{{ page.url }} "/> {% endif %}
1815 < link rel ="stylesheet " href ="/css/all.css ">
19- < link href ='http://fonts.googleapis.com/css?family=Open+Sans ' rel ='stylesheet ' type ='text/css '>
20- < link href ='http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic ' rel ='stylesheet ' type ='text/css '>
21- < link href ="/atom.xml " rel ="alternate " title ="Atom feed " type ="application/atom+xml " />
22- < script type ="text/javascript ">
23- var _gaq = _gaq || [ ] ;
24- _gaq . push ( [ '_setAccount' , 'UA-12468390-1' ] ) ;
25- _gaq . push ( [ '_setSiteSpeedSampleRate' , 90 ] ) ;
26- _gaq . push ( [ '_trackPageview' ] ) ;
27-
28- ( function ( ) {
29- var ga = document . createElement ( 'script' ) ; ga . type = 'text/javascript' ; ga . async = true ;
30- ga . src = ( 'https:' == document . location . protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js' ;
31- var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( ga , s ) ;
32- } ) ( ) ;
33- </ script >
34- </ head >
16+ < link href ='https://fonts.googleapis.com/css?family=Open+Sans ' rel ='stylesheet ' type ='text/css '>
17+ < link href ='https://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic ' rel ='stylesheet ' type ='text/css '>
18+ < link href ="/atom.xml " rel ="alternate " title ="Atom feed " type ="application/atom+xml " />
19+ </ head >
3520< body {% if page.templatename %} id ="{{ page.templatename }} " {% endif %} >
3621 < header id ="page-header " class ="clearfix ">
3722 < h1 id ="logo "> mad about code</ h1 >
@@ -41,14 +26,14 @@ <h3 id="subtext">Ramblings of Ajeesh Mohan</h3>
4126 < ul id ="primary-nav ">
4227 < li > < a href ="/ "> blog</ a > </ li >
4328 < li > < a href ="https://github.com/madaboutcode "> github</ a > </ li >
44- < li > < a href ="https://twitter .com/ajeeshm "> twitter </ a > </ li >
29+ < li > < a href ="https://x .com/ajeeshm "> x </ a > </ li >
4530 </ ul >
4631 </ nav >
4732 </ header >
4833 {{ content }}
4934 < footer id ="page-footer ">
5035 < section id ="share ">
51- < a class ="icon twitter " title ="Follow me on twitter " href ="https://twitter .com/ajeeshm "> "</ a >
36+ < a class ="icon twitter " title ="Follow me on X " href ="https://x .com/ajeeshm "> "</ a >
5237 < a class ="icon feed " title ="Subscribe to this blog " href ="/atom.xml " target ="_blank "> $</ a >
5338 </ section >
5439 < section id ="copyright "> © Ajeesh {{ 'now' | date: "%Y" }}</ section >
0 commit comments