_layouts/post.html in moonwalk-0.0.3 vs _layouts/post.html in moonwalk-0.0.4

- old
+ new

@@ -1,8 +1,8 @@ --- layout: default --- -<a href="{{ site.url }}">{{ site.theme_config.back_home_text }}</a> -<h1>{{ page.title }}</h1> +<a href="{{ "/" | relative_url }}">{{ site.theme_config.back_home_text }}</a> +<h1 class="post-title">{{ page.title }}</h1> {% include date_and_social_share.html %} {{ content }}