From 1a47a4f774ff46bb354de418f38c215fba4ebc1f Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Mon, 1 Nov 2021 11:52:11 -0700 Subject: [PATCH] Adding more top level links. Signed-off-by: Tim 'mithro' Ansell --- docs/_templates/relbar.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/_templates/relbar.html diff --git a/docs/_templates/relbar.html b/docs/_templates/relbar.html new file mode 100644 index 0000000..d693e3e --- /dev/null +++ b/docs/_templates/relbar.html @@ -0,0 +1,13 @@ +{% extends '!relbar.html' %} + +{%- block extralinks -%} +{{ super() }} + +
  • business SkyWater
  • +
  • precision_manufacturing Shuttle Program
  • +
  • chat_bubble Chat
  • +
  • campaignAnnouncements
  • +
  • mail Mailing List
  • + + +{%- endblock -%}