From 702492bf3d568ebeb3c595519de52755466aa747 Mon Sep 17 00:00:00 2001 From: David Manthey Date: Wed, 14 Nov 2018 11:51:15 -0500 Subject: [PATCH] Fix redirects on the website. The website redirects bare paths to http, but paths ending with / to the same protocol, so build example and tutorial lists with / after the example or tutorial name. --- website/themes/agency/layout/examples.ejs | 2 +- website/themes/agency/layout/tutorials.ejs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/themes/agency/layout/examples.ejs b/website/themes/agency/layout/examples.ejs index 3d6e42b414..3f70cdfc31 100644 --- a/website/themes/agency/layout/examples.ejs +++ b/website/themes/agency/layout/examples.ejs @@ -10,7 +10,7 @@