From fb7065a7a7b794cb8a7d5fc06ccf3f8f98965b6b Mon Sep 17 00:00:00 2001 From: Andre Angelantoni Date: Thu, 31 Oct 2024 16:18:32 -0600 Subject: [PATCH] Add Versions item to menus. --- hugo.yml | 1 + src/layouts/partials/footer.html | 1 + src/layouts/partials/navbar.html | 3 +++ 3 files changed, 5 insertions(+) diff --git a/hugo.yml b/hugo.yml index 144b1abdc..b9bd301ea 100644 --- a/hugo.yml +++ b/hugo.yml @@ -90,6 +90,7 @@ params: repo: "https://github.com/twbs/blog" twitter: "getbootstrap" blog: "https://blog.getbootstrap.com/" + versions: "https://getbootstrap.com/docs/versions/" icons: "https://icons.getbootstrap.com/" themes: "https://themes.getbootstrap.com/" opencollective: "https://opencollective.com/bootstrap" diff --git a/src/layouts/partials/footer.html b/src/layouts/partials/footer.html index 713f5f0c1..09814db2d 100644 --- a/src/layouts/partials/footer.html +++ b/src/layouts/partials/footer.html @@ -20,6 +20,7 @@
Links
  • Icons
  • Themes
  • Blog
  • +
  • Versions
  • Swag Store
  • diff --git a/src/layouts/partials/navbar.html b/src/layouts/partials/navbar.html index b95cb696e..f29120a48 100644 --- a/src/layouts/partials/navbar.html +++ b/src/layouts/partials/navbar.html @@ -34,6 +34,9 @@
    Bootstrap
    Blog +