1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 07:39:57 +02:00

config.yml: add OpenCollective. (#29143)

This was missing since the Hugo switch (d95d300).
This commit is contained in:
XhmikosR
2019-07-26 19:05:51 +03:00
committed by GitHub
parent d39aa6f676
commit 756d4ec91e
2 changed files with 2 additions and 1 deletions

View File

@@ -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>