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 /site | |
| parent | d39aa6f676e524332c5798d7677ef9a395de6213 (diff) | |
| download | bootstrap-756d4ec91e4005f3cd9826b01a48bc3f78b45948.tar.xz bootstrap-756d4ec91e4005f3cd9826b01a48bc3f78b45948.zip | |
config.yml: add OpenCollective. (#29143)
This was missing since the Hugo switch (d95d300).
Diffstat (limited to 'site')
| -rw-r--r-- | site/layouts/partials/docs-navbar.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
