From f2a5c959c178b6883b040523adb9f59ae5e00626 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Thu, 19 Oct 2017 17:06:23 +0200 Subject: [PATCH] Redirect on templates and themes sections --- docs/content/documentation/templates/_index.md | 1 + docs/content/documentation/themes/_index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/content/documentation/templates/_index.md b/docs/content/documentation/templates/_index.md index cbb59297..baa269f2 100644 --- a/docs/content/documentation/templates/_index.md +++ b/docs/content/documentation/templates/_index.md @@ -3,4 +3,5 @@ title = "Templates" weight = 3 sort_by = "weight" insert_anchor_links = "left" +redirect_to = "documentation/templates/overview" +++ diff --git a/docs/content/documentation/themes/_index.md b/docs/content/documentation/themes/_index.md index 6f8f4142..ab381e18 100644 --- a/docs/content/documentation/themes/_index.md +++ b/docs/content/documentation/themes/_index.md @@ -3,4 +3,5 @@ title = "Themes" weight = 4 sort_by = "weight" insert_anchor_links = "left" +redirect_to = "documentation/themes/overview" +++