diff --git a/portfolio.html b/portfolio.html index 98de9f8..c4c4dde 100644 --- a/portfolio.html +++ b/portfolio.html @@ -4,11 +4,13 @@ title: Portfolio permalink: /portfolio/ --- +{% assign ps = site.portfolio | sort:"date-start" %} +
-{% for p in site.portfolio %} +{% for p in ps reversed %}
{{ p.date-start }} to {{ p.date-end }}