File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
title : Tools
2
2
description : Third party tools for working with PhoneGap
3
3
baseurl : " /tool" # the subpath of your site, e.g. /blog
4
- url : " http://phonegap.com " # the base hostname & protocol for your site
4
+ url : " " # the base hostname & protocol for your site
5
5
6
6
gems :
7
7
- jekyll-paginate
Original file line number Diff line number Diff line change 3
3
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
4
4
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
5
5
6
- < title > {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</ title >
7
- < meta name ="description " content ="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %} ">
6
+ < title > {% if page.title %}{{ page.title | xml_escape }}{% else %}{{ site.title | xml_escape }}{% endif %}</ title >
7
+ < meta name ="description " content ="{% if page.excerpt %}{{ page.excerpt | xml_escape | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description | strip_html | strip_newlines | xml_escape }}{% endif %} ">
8
8
9
9
< script src ="//use.typekit.net/exp7awb.js "> </ script >
10
10
< script src ="//assets.adobedtm.com/659ec8ada5450db95675e43beaaae92399591a11/satelliteLib-46e65db5bb0c375f8f64619be31cc9b29acf4867.js "> </ script >
14
14
{% for js_name in page.extra_js %}
15
15
< script src ="/scripts/{{ js_name }} "> </ script >
16
16
{% endfor %}
17
- < link rel ="stylesheet " type ="text/css " href ="{{ "/styles/main.css" | prepend: site.url }}"/>
17
+ {% for js_name in page.extra_js %}
18
+ < script src ="{{ js_name | prepend: '/app/scripts/' }} "> </ script >
19
+ {% endfor %}
20
+ < link rel ="stylesheet " type ="text/css " href ="{{ '/styles/main.css' | prepend: site.url }} "/>
21
+ < link rel ="icon " type ="image/png " href ="{{ '/favicon.ico' | prepend: site.url }} ">
18
22
< style type ="text/css ">
19
23
{% capture include_to _sassify %}{% include to ol.sass %}{% endcapture %}
20
24
{{ include_to _sassify | sassify }}
You can’t perform that action at this time.
0 commit comments