diff --git a/_pages/portfolio-archive.html b/_pages/portfolio-archive.html index 14ae0359..4aafb84a 100644 --- a/_pages/portfolio-archive.html +++ b/_pages/portfolio-archive.html @@ -2,15 +2,13 @@ layout: archive title: "Portfolio" permalink: /portfolio/ +author_profile: false --- {% include base_path %} -{% include group-by-array collection=site.portfolio field="categories" %} -{% for category in group_names %} - {% assign posts = group_items[forloop.index0] %} -

{{ category }}

- {% for post in posts %} - {% include archive-single.html %} +
+ {% for post in site.portfolio %} + {% include archive-single.html type="grid" %} {% endfor %} -{% endfor %} \ No newline at end of file +
\ No newline at end of file diff --git a/_portfolio/foo-bar-website.md b/_portfolio/foo-bar-website.md index 9c08c143..d21e2fcc 100644 --- a/_portfolio/foo-bar-website.md +++ b/_portfolio/foo-bar-website.md @@ -3,6 +3,7 @@ title: "Foo Bar Identify" excerpt: "Foo Bar design system including logo mark, website design, and branding applications." header: image: foo-bar-identity.jpg + teaser: foo-bar-identity-th.jpg sidebar: - title: "Role" image: http://placehold.it/350x250 diff --git a/images/foo-bar-identity-th.jpg b/images/foo-bar-identity-th.jpg new file mode 100644 index 00000000..e69de29b