diff --git a/blog/index.html b/blog/index.html index 104e72a4..aa158c9b 100644 --- a/blog/index.html +++ b/blog/index.html @@ -1,11 +1,10 @@ --- -layout: main +layout: wide permalink: /blog/ pagination: enabled: true --- -

Blog

@@ -13,101 +12,94 @@

Blog

-
-
- - {% for post in paginator.posts %} +
+
+ + {% for post in paginator.posts %}
-

{{post.title}}

- +

{{post.title}}

By {{ post.author }} ยท {{ post.date | date: '%B %d, %Y' }}
-
{% if post.image %} - {{ post.image_alt_text }} + {{ post.image_alt_text }} {% endif %} - {{ post.content }} {% comment %} - We default to using post.content, but you can also use post.excerpt. - If you use excerpt then you have to make sure the content is on each - post header + We default to using post.content, but you can also use post.excerpt. + If you use excerpt then you have to make sure the content is on each + post header {% endcomment %}
- {% endfor %} - - -
-
- Page {{ paginator.page }} of {{ paginator.total_pages }} -
-
- {% if paginator.next_page %} + {% endfor %} + +
+
+ Page {{ paginator.page }} of {{ paginator.total_pages }} +
+ -
- {% if paginator.previous_page %} + {% endif %} +
+
+ {% if paginator.previous_page %} ‹ Previous {{ paginator.per_page }} Posts ‹ Previous {{ paginator.per_page }} Posts - {% endif %} + {% endif %} +
-
- -
+ +
+

Social links

+ +
+ +
+
-
\ No newline at end of file