File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22< title > {% if page.title %}{{ page.title }} – {% endif %}{{ site.title }}</ title >
33< meta name ="description " content ="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %} ">
44{% if page.tags %}< meta name ="keywords " content ="{{ page.tags | join: ', ' }} "> {% endif %}
5- <!-- Twitter Card and Open Graph tags -->
5+ {% if site.owner.twitter %} <!-- Twitter Card and Open Graph tags -->
66< meta name ="twitter:title " content ="{% if page.title %}{{ page.title }} – {% endif %}{{ site.title }} ">
77< meta name ="twitter:description " content ="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %} ">
88< meta name ="twitter:creator " content ="@{{ site.owner.twitter }} ">
99< meta name ="twitter:card " content ="summary ">
10- < meta name ="twitter:image:src " content ="{% if page.image.thumb %}{{ site.url }}/images/{{ page.image.thumb }}{% else %}{{ site.url }}/images/{{ site.logo }}{% endif %} ">
10+ < meta name ="twitter:image:src " content ="{% if page.image.thumb %}{{ site.url }}/images/{{ page.image.thumb }}{% else %}{{ site.url }}/images/{{ site.logo }}{% endif %} "> {% endif %}
1111< meta property ="og:type " content ="article ">
1212< meta property ="og:title " content ="{% if page.title %}{{ page.title }} – {% endif %}{{ site.title }} ">
1313< meta property ="og:description " content ="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %} ">
Original file line number Diff line number Diff line change 11< script src ="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js "> </ script >
22< script > window . jQuery || document . write ( '<script src="{{ site.url }}/assets/js/vendor/jquery-1.9.1.min.js"><\/script>' ) </ script >
33< script src ="{{ site.url }}/assets/js/main.min.js "> </ script >
4- {% if site.owner. google_analytics %}
4+ {% if site.google_analytics %}
55<!-- Asynchronous Google Analytics snippet -->
66< script >
77 var _gaq = _gaq || [ ] ;
You can’t perform that action at this time.
0 commit comments