diff --git a/_src/design/index.html b/_src/design/index.html index e6113d1b..33e5fe70 100644 --- a/_src/design/index.html +++ b/_src/design/index.html @@ -6,13 +6,13 @@ category: design ---
- -

{{ page.category }}

- + +

{{ page.category }}

+ {% for post in paginator.posts %} - + {% include articles.html %} - + {% endfor %}
diff --git a/_src/goodies/index.html b/_src/goodies/index.html index c8c0bf9e..6f440f7d 100644 --- a/_src/goodies/index.html +++ b/_src/goodies/index.html @@ -6,13 +6,13 @@ category: goodies ---
- -

{{ page.category }}

- + +

{{ page.category }}

+ {% for post in paginator.posts %} - + {% include articles.html %} - + {% endfor %}
diff --git a/_src/personal/index.html b/_src/personal/index.html index dd7ea9d9..e38850e3 100644 --- a/_src/personal/index.html +++ b/_src/personal/index.html @@ -5,13 +5,13 @@ category: personal ---
- -

{{ page.category }}

- + +

{{ page.category }}

+ {% for post in paginator.posts %} - + {% include articles.html %} - + {% endfor %}
diff --git a/_src/photography/index.html b/_src/photography/index.html index 3cc6d985..647e19ac 100644 --- a/_src/photography/index.html +++ b/_src/photography/index.html @@ -5,13 +5,13 @@ category: photography ---
- -

{{ page.category }}

- + +

{{ page.category }}

+ {% for post in paginator.posts %} - + {% include articles.html %} - + {% endfor %}
diff --git a/_src/photos/index.html b/_src/photos/index.html index a9864147..1577bee7 100644 --- a/_src/photos/index.html +++ b/_src/photos/index.html @@ -6,18 +6,18 @@ category: photos ---
- -

photos

- + +

photos

+
- + {% for post in paginator.posts %} - + {% include articles.html %} - + {% endfor %} - +