diff options
| author | XhmikosR <[email protected]> | 2019-07-26 19:05:51 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-07-26 19:05:51 +0300 |
| commit | 756d4ec91e4005f3cd9826b01a48bc3f78b45948 (patch) | |
| tree | e1d1adc42ff3c031904e8aecfbad99213617150a | |
| parent | d39aa6f676e524332c5798d7677ef9a395de6213 (diff) | |
| download | bootstrap-756d4ec91e4005f3cd9826b01a48bc3f78b45948.tar.xz bootstrap-756d4ec91e4005f3cd9826b01a48bc3f78b45948.zip | |
config.yml: add OpenCollective. (#29143)
This was missing since the Hugo switch (d95d300).
| -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> |
