_layouts/post.html in jekyll-theme-superb-0.1.4 vs _layouts/post.html in jekyll-theme-superb-0.2.0
- old
+ new
@@ -1,13 +1,13 @@
----
-layout: default
----
-
-<div class="px-4 py-2 desktop:px-0 post">
- <div>
- <span class="text-grey/50">0644</span>
- <span class="text-graphite mx-4">{{ page.author }}</span>
- <span class="text-graphite">{{ page.date | date: "%-d %b '%y" }}</span>
- </div>
- <h2 class="mb-6 mt-0 desktop:text-h4 text-h5 font-bold">{{page.title}}</h2>
- <div class="font-serif font-thin post">{{ content }}</div>
-</div>
\ No newline at end of file
+---
+layout: default
+---
+
+<div class="px-4 py-2 desktop:px-0 post">
+ <div>
+ <span class="text-grey/50">0644</span>
+ <span class="text-graphite mx-4">{{ page.author }}</span>
+ <span class="text-graphite">{{ page.date | date: "%-d %b '%y" }}</span>
+ </div>
+ <h2 class="mb-6 mt-0 desktop:text-h4 text-h5 font-bold">{{page.title}}</h2>
+ <div class="font-sans post">{{ content }}</div>
+</div>