+ {% if page.previous.url %}
+ « {{page.previous.title}}
+ {% endif %}
+
+ {% if page.next.url %}
+ {{page.next.title}} »
+ {% endif %}
+
+diff --git a/_layouts/micropost.html b/_layouts/micropost.html new file mode 100644 index 0000000..4b26dcb --- /dev/null +++ b/_layouts/micropost.html @@ -0,0 +1,24 @@ +--- +layout: default +single: true +--- + +{% include header.html %} + +