diff --git a/source/_includes/article.html b/source/_includes/article.html
index b561fbc..5cd6fda 100644
--- a/source/_includes/article.html
+++ b/source/_includes/article.html
@@ -6,7 +6,7 @@
{{ page.title | titlecase }}
{% endif %}
{% unless page.meta == false %}
- {% include post/date.html %}
+ {% include post/date.html %}{{ time }}
{% endunless %}
{% endunless %}
diff --git a/source/_includes/head.html b/source/_includes/head.html
index 5370cb4..d174112 100644
--- a/source/_includes/head.html
+++ b/source/_includes/head.html
@@ -4,7 +4,7 @@
- {% if page.title %}{{page.title}} « {% endif %}{{site.title}}
+ {% if page.title %}{{page.title}} - {% endif %}{{site.title}}
{% if page.description %}
diff --git a/source/_includes/post/date.html b/source/_includes/post/date.html
index bc49313..dbfa67a 100644
--- a/source/_includes/post/date.html
+++ b/source/_includes/post/date.html
@@ -2,9 +2,11 @@
{% capture has_date %}{{ date | size }}{% endcapture %}
{% capture updated %}{{ page.updated }}{{ post.updated }}{% endcapture %}
{% capture was_updated %}{{ updated | size }}{% endcapture %}
+
{% if has_date != '0' %}
-
+ {% capture time %}{% endcapture %}
{% endif %}
+
{% if was_updated != '0' %}
-
-{% endif %}
+ {% capture updated %}{% endcapture %}
+{% else %}{% assign updated = false %}{% endif %}
diff --git a/source/_layouts/help.html b/source/_layouts/help.html
index 133849c..2d272ac 100644
--- a/source/_layouts/help.html
+++ b/source/_layouts/help.html
@@ -13,7 +13,7 @@ layout: default