From 3a92d3de28c0bad4a5fc856d04fc36355d4a3a1a Mon Sep 17 00:00:00 2001 From: Arnaud Rebillout Date: Fri, 7 Aug 2020 10:37:51 +0700 Subject: [PATCH 1/3] Fix MENUITEMS urls Looking at the pelican default themes (and others), we can see that menuitems are expected to be full URLs, not URLs relative to the SITEURL. --- templates/sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/sidebar.html b/templates/sidebar.html index ad40b71..661cff8 100644 --- a/templates/sidebar.html +++ b/templates/sidebar.html @@ -16,7 +16,7 @@