From 823a89d5af7d62080b26ad1f2ea77f5bd263fca7 Mon Sep 17 00:00:00 2001 From: "Bozawglanian, Hagop (hb755d)" Date: Mon, 15 Oct 2018 18:27:37 +0000 Subject: VNFRQTS - Updating local build Issue-ID: VNFRQTS-463 Change-Id: I9647def5cb761fa608e0355ac79babf80baeee45 Signed-off-by: Bozawglanian, Hagop (hb755d) --- _templates/layout.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 _templates/layout.html (limited to '_templates') diff --git a/_templates/layout.html b/_templates/layout.html new file mode 100644 index 0000000..5784529 --- /dev/null +++ b/_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/ribbon.css'] %} + +{# Ribbon #} +{% block content %} + + {{ super() }} +{% endblock %} -- cgit 1.2.3-korg