diff options
Diffstat (limited to 'layouts/partials/sections/experience.html')
-rw-r--r-- | layouts/partials/sections/experience.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/sections/experience.html b/layouts/partials/sections/experience.html index c975051..f813a54 100644 --- a/layouts/partials/sections/experience.html +++ b/layouts/partials/sections/experience.html @@ -1,6 +1,6 @@ {{ with .Site.GetPage "/experience"}} <h3>Experience</h3> -{{ range sort (.Pages) "Params.start_date" "desc" }} +{{ range .Pages }} <table> <tbody> <tr> |