diff --git a/_layouts/post.html b/_layouts/post.html index 4c88ed1..9e239ed 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,40 +1,90 @@ ---- -layout: default ---- + + + + {% include base.html %} + + {% if page.title %}{{ page.title }} — {% endif %}Dash + -{% include hero/post.html %} + -
+ + + -
-
-
-
- {{ content }} + + + + + + {% include hero/post.html %} + +
+ +
+
+
+
+ {% if page.image %} + + {% endif %} + + {{ content }} +
+ + {% include author.html %}
+
-
+
-
+ +
+ {% include footer.html %} +
+ + +
+ + {% include nav-mobile.html %} +
+ + + + + + + + + +