From c4d2ddc6b33caeb86d90d48d28c04f565acc1557 Mon Sep 17 00:00:00 2001 From: mwinter Date: Tue, 4 Jul 2023 12:00:09 +0200 Subject: [PATCH] reversing pub sort --- portfolio-nuxt/pages/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portfolio-nuxt/pages/index.vue b/portfolio-nuxt/pages/index.vue index 5457336..a8f8e66 100644 --- a/portfolio-nuxt/pages/index.vue +++ b/portfolio-nuxt/pages/index.vue @@ -157,7 +157,7 @@ if(b.entryTags.year === 'forthcoming'){bPrime = 5000} else {bPrime = b.entryTags.year} return bPrime - aPrime */ - b.citationKey - a.citationKey + a.citationKey - b.citationKey }) } })