diff --git a/_includes/head.html b/_includes/head.html
index ef42d19..9ec4834 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -5,8 +5,8 @@
-
-
+
+
diff --git a/blog/index.html b/blog/index.html
index 31c9de4..3b27dcd 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -1,6 +1,8 @@
---
layout: default
title: "Blog"
+
+permalink: /blog/
---
{% for post in paginator.posts %}
@@ -9,7 +11,7 @@
{{ post.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}
{{ post.content }}
-
+
{% endfor %}
diff --git a/css/common.scss b/css/common.scss
index 91064ae..9b5498d 100644
--- a/css/common.scss
+++ b/css/common.scss
@@ -6,6 +6,7 @@
@import 'fonts';
@import 'text';
@import 'header';
+@import 'logo';
@import 'navbar';
@import 'footer';
@import 'section';