_includes/head.html in jekyll-theme-lucas-minima-0.1.7 vs _includes/head.html in jekyll-theme-lucas-minima-0.1.8
- old
+ new
@@ -6,6 +6,10 @@
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
{%- feed_meta -%}
{%- if jekyll.environment == 'production' and site.google_analytics -%}
{%- include google-analytics.html -%}
{%- endif -%}
+
+ {% if site.resume_theme == 'default' %}
+ <link href='https://fonts.googleapis.com/css?family=Lora:400,700|Open+Sans:400,300,800,700' rel='stylesheet' type='text/css'>
+ {% endif %}
</head>