X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2F_templates%2Flayout.html;fp=docs%2F_templates%2Flayout.html;h=ba05e829f6867d0fb29e0ca925ceac05ac8189c5;hb=317d81a4037edb5cc11f03de92e330d0b05a4435;hp=0000000000000000000000000000000000000000;hpb=b50fdf99dd5ad90bcac5f59ff90e0770332e1c94;p=doc.git diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html new file mode 100644 index 000000000..ba05e829f --- /dev/null +++ b/docs/_templates/layout.html @@ -0,0 +1,19 @@ +{# Import the theme's layout. #} +{% extends "!layout.html" %} + +{# Custom CSS override for warning banner #} +{% set css_files = css_files + ['_static/css/warning-header.css'] %} + +{# Ribbon #} +{% block content %} +
+ + Report Issue + +
+ {{ super() }} +{% endblock %}