mirror of https://github.com/twbs/bootstrap.git
config.yml: add OpenCollective. (#29143)
This was missing since the Hugo switch (d95d300
).
This commit is contained in:
parent
d39aa6f676
commit
756d4ec91e
|
@ -38,6 +38,7 @@ params:
|
||||||
repo: "https://github.com/twbs/bootstrap"
|
repo: "https://github.com/twbs/bootstrap"
|
||||||
twitter: "getbootstrap"
|
twitter: "getbootstrap"
|
||||||
slack: "https://bootstrap-slack.herokuapp.com"
|
slack: "https://bootstrap-slack.herokuapp.com"
|
||||||
|
opencollective: "https://opencollective.com/bootstrap"
|
||||||
blog: "https://blog.getbootstrap.com"
|
blog: "https://blog.getbootstrap.com"
|
||||||
expo: "https://expo.getbootstrap.com"
|
expo: "https://expo.getbootstrap.com"
|
||||||
themes: "https://themes.getbootstrap.com"
|
themes: "https://themes.getbootstrap.com"
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<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") }}
|
{{ partial "icons/opencollective.svg" (dict "class" "navbar-nav-svg" "width" "36" "height" "36") }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue