aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
Diffstat (limited to '_includes')
-rw-r--r--_includes/head.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/_includes/head.html b/_includes/head.html
index c668069..d43c770 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
<title>
- {% if page.title == "Home" %}
+ {% if page.title == "index" %}
{{ site.title }}
{% else %}
{{ page.title }} &middot; {{ site.title }}
@@ -15,10 +15,13 @@
</title>
<!-- Font Awesome -->
- <link rel="stylesheet" href="//use.fontawesome.com/releases/v5.0.9/css/all.css" />
+ <link rel="stylesheet" href="//use.fontawesome.com/releases/v5.0.9/css/fontawesome.css" />
+ <link rel="stylesheet" href="//use.fontawesome.com/releases/v5.0.9/css/brands.css" />
+ <link rel="stylesheet" href="//use.fontawesome.com/releases/v5.0.9/css/solid.css" />
<!-- Google Fonts -->
- <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Abril+Fatface|PT+Sans" />
+ <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Abril+Fatface" />
+ <link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Sans" />
<!-- CSS -->
<link rel="stylesheet" href="{{ "/assets/css/poole.css" | relative_url }}" />
@@ -31,5 +34,5 @@
<link rel="icon" type="image/png" sizes="32x32" href="{{ "/assets/favicon-32x32.png" | relative_url }}" />
<!-- RSS -->
- <link rel="alternate" type="application/atom+xml" title="RSS" href="{{ "/atom.xml" | relative_url }}" />
+ <link rel="alternate" type="application/atom+xml" title="RSS" href="{{ site.rss | relative_url }}" />
</head>