_includes/node/links.liquid in jekyll-rtd-theme-2.0.6 vs _includes/node/links.liquid in jekyll-rtd-theme-2.0.7
- old
+ new
@@ -12,11 +12,11 @@
{%- if next -%}
<link rel="next" href="{{ next.url | absolute_url }}">
{%- endif -%}
{% comment %} theme {% endcomment %}
-<link rel="stylesheet" href="{{ cdn }}/assets/css/theme{% if site.debug.dist != false %}.min{% endif %}.css">
+<link rel="stylesheet" href="{{ base }}/assets/css/theme{% if site.debug.dist != false %}.min{% endif %}.css">
{%- if custom_scss.size > 0 -%}
<style>{{ custom_scss | scssify | strip_newlines }}</style>
{%- endif -%}
@@ -28,6 +28,6 @@
<link rel="icon" type="image/png" href="{{ site.baseurl }}/assets/images/favicon-96x96.png" sizes="96x96">
{% comment %} safari {% endcomment %}
<link rel="mask-icon" href="{{ site.baseurl }}/assets/images/favicon.svg" color="#2980b9">
{% comment %} apple-touch-icon {% endcomment %}
-<link rel="apple-touch-icon" href="{{ site.baseurl }}/assets/images/apple-touch-icon-300x300.png">
+<link rel="apple-touch-icon" href="{{ site.baseurl }}/assets/images/apple-touch-icon-300x300.jpg">