Merge pull request #23 from nicholaide/https_correction
added https to google fonts links
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<!-- Google font typography settings - defined in _config.yml -->
|
<!-- Google font typography settings - defined in _config.yml -->
|
||||||
{% if site.resume_theme == 'default' %}
|
{% if site.resume_theme == 'default' %}
|
||||||
<link href='http://fonts.googleapis.com/css?family=Lora:400,700|Open+Sans:400,300,800,700' rel='stylesheet' type='text/css'>
|
<link href='https://fonts.googleapis.com/css?family=Lora:400,700|Open+Sans:400,300,800,700' rel='stylesheet' type='text/css'>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
|
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
|
||||||
|
|||||||
Reference in New Issue
Block a user