From 9ccd3b3b66c16994ce68a5ba0187a77eea83ab9a Mon Sep 17 00:00:00 2001 From: kendo5731 Date: Sun, 7 Feb 2016 13:36:04 +0100 Subject: [PATCH] fix(): actually list most recent articles intead of older ones in side menu --- layouts/partials/menu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index a7481be..cd5ec71 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -3,7 +3,7 @@

{{ .Site.Title }} - {{ ( index $.Site.Data.translations $.Site.Params.locale ).mostrecentposts }}

@@ -20,7 +20,7 @@
{{ end }} - {{ with .Site.Taxonomies.categories }} + {{ with .Site.Taxonomies.categories }}

{{ ( index $.Site.Data.translations $.Site.Params.locale ).categories }}