diff --git a/themes/mongodb/jiracollector.html b/themes/mongodb/jiracollector.html new file mode 100644 index 00000000000..e2e4c9ee878 --- /dev/null +++ b/themes/mongodb/jiracollector.html @@ -0,0 +1,15 @@ +{%- block jiracollector -%} + +{%- endblock -%} diff --git a/themes/mongodb/layout.html b/themes/mongodb/layout.html index c077e20c906..1f2b05bfc65 100644 --- a/themes/mongodb/layout.html +++ b/themes/mongodb/layout.html @@ -192,5 +192,8 @@ {%- block analytics %} {%- include "analytics.html" %} {%- endblock %} - +{%- block jiracollector %} +{%- include "jiracollector.html" %} +{%- endblock %} +