diff --git a/_includes/navigation.html b/_includes/navigation.html
index 82bec82..5b97501 100644
--- a/_includes/navigation.html
+++ b/_includes/navigation.html
@@ -1,5 +1,5 @@
diff --git a/_layouts/author.html b/_layouts/author.html
index ca52828..1b8c57b 100644
--- a/_layouts/author.html
+++ b/_layouts/author.html
@@ -10,6 +10,6 @@
Posts
diff --git a/_layouts/post.html b/_layouts/post.html
index 0eea59e..4fe4306 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -8,7 +8,7 @@ {{ page.title }}
{{ page.date | date_to_string }}
{% assign author = site.authors | where: 'short_name', page.author | first %}
{% if author %}
- - {{ author.name }}
+ - {{ author.name }}
{% endif %}
diff --git a/authors.html b/authors.html
index d87416b..10bce56 100644
--- a/authors.html
+++ b/authors.html
@@ -7,7 +7,7 @@ Authors