spike out styling
This commit is contained in:
@@ -4,6 +4,12 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
|
||||
|
||||
<!-- Google font typography settings - defined in _config.yml -->
|
||||
{% 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'>
|
||||
{% endif %}
|
||||
|
||||
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
|
||||
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
|
||||
Reference in New Issue
Block a user