From 721019795c248be1265e9b2365a7f35e3b123259 Mon Sep 17 00:00:00 2001 From: Danny Colin Date: Tue, 20 May 2025 19:42:35 -0400 Subject: [PATCH] add jekyll-include-cache on the website repository --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 744789d..ef5a15f 100644 --- a/_config.yml +++ b/_config.yml @@ -26,6 +26,7 @@ list_bugs: https://bugzilla.mozilla.org/buglist.cgi?product=Bugzilla report_bug: https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla remote_theme: bugzilla/jekyll-theme plugins: + - jekyll-include-cache - jekyll-redirect-from - jekyll-sitemap @@ -100,7 +101,6 @@ defaults: breadcrumbs: - name: About link: /about/ - paginate: 10 paginate_path: "/blog/page/:num/"