From 8740e4b3d0bbcd712e992df44594390b05bba773 Mon Sep 17 00:00:00 2001 From: Benoit Esnard Date: Wed, 17 Jun 2020 01:51:00 +0200 Subject: [PATCH] Fix the OpenCollective link in the header The opencollective parameter didn't exist in the configuration file, so the link to the OpenCollective page was broken. --- config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.yml b/config.yml index 79cbd02faf..6e779e3900 100644 --- a/config.yml +++ b/config.yml @@ -49,3 +49,4 @@ params: blog: "https://blog.getbootstrap.com" expo: "https://expo.getbootstrap.com" themes: "https://themes.getbootstrap.com" + opencollective: "https://opencollective.com/bootstrap"