]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add link to Icons site in our docs (#29544)
authorMark Otto <otto@github.com>
Fri, 18 Oct 2019 07:28:17 +0000 (00:28 -0700)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 18 Oct 2019 07:28:16 +0000 (10:28 +0300)
config.yml
site/layouts/partials/docs-navbar.html

index 806aca4e4c9c4f441bda07e549dbb95fe0cec0cf..efc78cd15a2f5b2d186b207b998752576328899d 100644 (file)
@@ -54,6 +54,7 @@ params:
   blog:                 "https://blog.getbootstrap.com/"
   expo:                 "https://expo.getbootstrap.com/"
   themes:               "https://themes.getbootstrap.com/"
+  icons:                "https://icons.getbootstrap.com/"
 
   download:
     source:             "https://github.com/twbs/bootstrap/archive/v4.3.1.zip"
index 40ff225d8900c23d07fb8bcbfee5a3cebf27c920..d8b946b375f8c7448f90c229f7cf514804e334ab 100644 (file)
@@ -15,6 +15,9 @@
         <li class="nav-item">
           <a class="nav-link{{ if eq .Page.Title "Examples" }} active{{ end }}" href="/docs/{{ .Site.Params.docs_version }}/examples/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Examples');">Examples</a>
         </li>
+        <li class="nav-item">
+          <a class="nav-link" href="{{ .Site.Params.icons }}" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Icons');">Icons</a>
+        </li>
         <li class="nav-item">
           <a class="nav-link" href="{{ .Site.Params.themes }}" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Themes');" target="_blank" rel="noopener">Themes</a>
         </li>