X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2F_templates%2Flayout.html;h=7a1cf9fe6bb230d89ae14e3fc99974c7ec4495a8;hb=79b31e661c5676f5f21acb7b2870bb0ed8d0e301;hp=975cd981382f51d73929949f9ebaae7f39b8588e;hpb=53ccde802d557172f3b60c0ed018d98d39903119;p=opnfvdocs.git diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 975cd9813..7a1cf9fe6 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -2,4 +2,11 @@ {% extends "!layout.html" %} {# Custom CSS overrides #} -{% set css_files = css_files + ['_static/my-styles.css'] %} +{% set css_files = css_files + ['_static/custom.css'] %} + +{%- block extrahead %} +{# Add custom things to the head HTML tag #} +{# Call the parent block #} + +{{ super() }} +{%- endblock %} \ No newline at end of file