_includes/post-navigation.html in lbenicio-minimal-v1-1.2.1 vs _includes/post-navigation.html in lbenicio-minimal-v1-1.3.0

- old
+ new

@@ -1,7 +1,14 @@ -<div> {{ post }} </div> +<div class="d-flex flex-row justify-content-between mt-5 mb-5"> + {% if page.previous %} + <a class=" text-black" href="{{ page.previous.url }}"><<< Previous</a> + {% endif %} + {% if page.next %} + <a class=" text-black" href="{{ page.next.url }}">Next >>></a> + {% endif %} +</div> \ No newline at end of file