66-->
77< html >
88 < head >
9- < title > VisualDiffer - {{ page.title }}</ title >
9+ < title > {{ site.title }}{% if page.title %} - {% endif %} {{ page.title }}</ title >
1010 < meta http-equiv ="content-type " content ="text/html; charset=utf-8 " />
11- < meta name ="description " content ="VisualDiffer : " / >
12- < meta name ="keywords " content ="macosx, osx, apple, diff, differ, visual, compare, search, regular expression " />
13- < link rel ="shortcut icon " href ="img/ternaryop/vd/favicon.ico " type ="image/x-icon "/>
14- < link rel ="icon " href ="img/ternaryop/vd/favicon.ico " type ="image/x-icon "/>
11+ < meta name ="description " content ="{% if page.description %}{{ page.description }}{% else if page.subtitle %}{{ page.subtitle }}{% else if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %} " >
12+ < meta name ="keywords " content ="{{ site.keywords }} " />
13+ < link rel ="shortcut icon " href ="{{ site.favicon }} " type ="image/x-icon "/>
14+ < link rel ="icon " href ="{{ site.favicon }} " type ="image/x-icon "/>
1515 <!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
1616 < script src ="js/jquery.min.js "> </ script >
1717 < script src ="js/jquery.dropotron.min.js "> </ script >
2727 < link rel ="stylesheet " href ="css/top-extras.css " />
2828 <!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
2929
30- < script src ="js/jquery.cookie.js "> </ script >
31- < script src ="js/jquery.tocLight.js "> </ script >
30+ {% include stylesheets.html %}
31+ {% include scripts.html %}
32+ {% include cookiesdirective.html %}
3233
33- < link rel ="stylesheet " type ="text/css " media ="screen " href ="css/wiki/vd.css "/>
34- < link rel ="stylesheet " type ="text/css " media ="screen " href ="css/wiki/toc.css "/>
35-
36- < script type ="text/javascript ">
37- $ ( function ( ) {
38- $ . toc . clickHideButton ( { saveShowStatus :true } ) ;
39- } ) ;
40- </ script >
41-
42- < script >
43- ( function ( i , s , o , g , r , a , m ) { i [ 'GoogleAnalyticsObject' ] = r ; i [ r ] = i [ r ] || function ( ) {
44- ( i [ r ] . q = i [ r ] . q || [ ] ) . push ( arguments ) } , i [ r ] . l = 1 * new Date ( ) ; a = s . createElement ( o ) ,
45- m = s . getElementsByTagName ( o ) [ 0 ] ; a . async = 1 ; a . src = g ; m . parentNode . insertBefore ( a , m )
46- } ) ( window , document , 'script' , '//www.google-analytics.com/analytics.js' , 'ga' ) ;
47-
48- ga ( 'create' , 'UA-257181-9' , 'auto' ) ;
49- ga ( 'send' , 'pageview' ) ;
50-
51- </ script >
34+ {% include analytics.html %}
5235
5336 </ head >
5437 < body >
5538
5639 <!-- Header -->
57- < header id ="header " class ="skel-layers-fixed ">
58- < h1 > < span class ="image header "> < img src ="img/ternaryop/vd/logo.png "/> </ span > < a href ="index.html "> VisualDiffer</ a > Wiki</ h1 >
59- < nav id ="nav ">
60- < ul >
61- < li > < a href ="http://visualdiffer.com/mantis/my_view_page.php "> Support</ a > </ li >
62- < li > < a href ="" class ="icon fa-angle-down "> Products</ a >
63- < ul >
64- < li > < a href ="http://visualdiffer.com "> VisualDiffer</ a > </ li >
65- < li > < a href ="http://visualgrep.com "> VisualGrep</ a > </ li >
66- < li > < a href ="https://itunes.apple.com/us/app/clipboardplain/id528607880?mt=12 "> Clipboard Plain</ a > </ li >
67- </ ul >
68- </ li >
69- </ ul >
70- </ nav >
71- </ header >
40+ {% include header.html %}
7241
7342 <!-- Main -->
7443 < section id ="main " class ="container ">
75- < header >
76- < h2 > {{ page.title }}</ h2 >
77- <!-- <p></p> -->
78- </ header >
79- < div class ="row ">
80- < div class ="12u ">
81-
82- <!-- Text -->
83- < section class ="box ">
84- {{ content | toc_generate }}
85- </ section >
86-
87- </ div >
88- </ div >
44+ {% include content.html %}
8945 </ section >
9046
9147 <!-- Footer -->
92- < footer id ="footer ">
93- < ul class ="icons ">
94- < li > < a href ="http://www.twitter.com/visualdiffer " class ="icon fa-twitter "> < span class ="label "> Twitter</ span > </ a > </ li >
95- < li > < a href ="https://github.com/visualdiffer " class ="icon fa-github "> < span class ="label "> GitHub</ span > </ a > </ li >
96- </ ul >
97- < ul class ="copyright ">
98- < li > © VisualDiffer. All rights reserved.</ li > < li > Design: < a href ="http://html5up.net "> HTML5 UP</ a > </ li >
99- </ ul >
100- </ footer >
101-
48+ {% include footer.html %}
10249 </ body >
10350</ html >
0 commit comments