From 97f8e1248bef7016055b8f3d169c7b8abb8a5763 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Thu, 4 Mar 2021 11:41:33 +0000 Subject: [PATCH] Attempt to fix broken breadcrumb links Apparently this is a bug when canonifyURLs = true, which is a required option to fix relative urls on spec pages. --- layouts/partials/breadcrumb.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/breadcrumb.html b/layouts/partials/breadcrumb.html index 6309c57a..8e1fb9b2 100644 --- a/layouts/partials/breadcrumb.html +++ b/layouts/partials/breadcrumb.html @@ -23,6 +23,6 @@ {{ end }} {{ $isActive := eq .p1 .p2 }} {{ end }}