diff options
| -rw-r--r-- | config.yml | 1 | ||||
| -rw-r--r-- | site/layouts/partials/docs-navbar.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/config.yml b/config.yml index d160aa787..3ab7fadf8 100644 --- a/config.yml +++ b/config.yml @@ -38,6 +38,7 @@ params: repo: "https://github.com/twbs/bootstrap" twitter: "getbootstrap" slack: "https://bootstrap-slack.herokuapp.com" + opencollective: "https://opencollective.com/bootstrap" blog: "https://blog.getbootstrap.com" expo: "https://expo.getbootstrap.com" themes: "https://themes.getbootstrap.com" diff --git a/site/layouts/partials/docs-navbar.html b/site/layouts/partials/docs-navbar.html index a8f8b17a1..1e2ce4bd1 100644 --- a/site/layouts/partials/docs-navbar.html +++ b/site/layouts/partials/docs-navbar.html @@ -44,7 +44,7 @@ </a> </li> <li class="nav-item"> - <a class="nav-link p-2" href="{{ .Site.Params.opencollective }}/" target="_blank" rel="noopener" aria-label="Open Collective"> + <a class="nav-link p-2" href="{{ .Site.Params.opencollective }}" target="_blank" rel="noopener" aria-label="Open Collective"> {{ partial "icons/opencollective.svg" (dict "class" "navbar-nav-svg" "width" "36" "height" "36") }} </a> </li> |
