diff --git a/netbox/templates/base/layout.html b/netbox/templates/base/layout.html index c760c9163..2344510e4 100644 --- a/netbox/templates/base/layout.html +++ b/netbox/templates/base/layout.html @@ -171,18 +171,37 @@ Blocks: {% endif %} - {# GitHub #} -
  • - - - -
  • - {# NetDev Slack #} -
  • - - - -
  • + + {# Commercial links #} + {% if settings.RELEASE.features.commercial %} + {# LinkedIn #} +
  • + + + +
  • + {# Support #} +
  • + + + +
  • + + {# Community links #} + {% else %} + {# GitHub #} +
  • + + + +
  • + {# NetDev Slack #} +
  • + + + +
  • + {% endif %} {% endblock footer_links %} {# /Footer links #}