_layouts/post.html in brume-1.1.1 vs _layouts/post.html in brume-1.1.2
- old
+ new
@@ -1,10 +1,10 @@
----
-layout: default
----
-
-<article class="single row gutters">
- <time class="published" datetime="{{ page.date | date: '%Y-%m-%d' }}">{{ page.date | date_to_long_string }}</time>
- <h2>{{ page.title }}</h2>
-
- {{ content }}
-</article>
+---
+layout: default
+---
+
+<article class="single row gutters">
+ <time class="published" datetime="{{ page.date | date: '%Y-%m-%d' }}">{{ page.date | date_to_long_string }}</time>
+ <h2>{{ page.title }}</h2>
+
+ {{ content }}
+</article>