_layouts/post.html in moonwalk-0.0.2 vs _layouts/post.html in moonwalk-0.0.3
- old
+ new
@@ -2,6 +2,7 @@
layout: default
---
<a href="{{ site.url }}">{{ site.theme_config.back_home_text }}</a>
<h1>{{ page.title }}</h1>
+{% include date_and_social_share.html %}
{{ content }}