diff options
| author | Martijn Cuppens <[email protected]> | 2018-12-23 21:24:25 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-12-23 22:24:25 +0200 |
| commit | 4a5217c4c71a0b4e5e935cdf09b4dd9c7018453d (patch) | |
| tree | 096090209c88db492a6a234ef7c19542babd1da2 /site/_includes/docs-navbar.html | |
| parent | e4fe18e4261268df290098dea8439d4aa3496ad7 (diff) | |
| download | bootstrap-4a5217c4c71a0b4e5e935cdf09b4dd9c7018453d.tar.xz bootstrap-4a5217c4c71a0b4e5e935cdf09b4dd9c7018453d.zip | |
Add Open Collective to header (#27916)
Diffstat (limited to 'site/_includes/docs-navbar.html')
| -rw-r--r-- | site/_includes/docs-navbar.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/site/_includes/docs-navbar.html b/site/_includes/docs-navbar.html index 5589ef8b5..21c481c50 100644 --- a/site/_includes/docs-navbar.html +++ b/site/_includes/docs-navbar.html @@ -60,6 +60,11 @@ {%- include icons/slack.svg class="navbar-nav-svg" -%} </a> </li> + <li class="nav-item"> + <a class="nav-link p-2" href="{{ site.opencollective }}/" target="_blank" rel="noopener" aria-label="Open Collective"> + {%- include icons/opencollective.svg class="navbar-nav-svg" -%} + </a> + </li> </ul> <a class="btn btn-bd-download d-none d-lg-inline-block mb-3 mb-md-0 ml-md-3" href="{{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/download/">Download</a> |
