diff options
Diffstat (limited to 'databases/cassandra4/files/patch-doc_source___templates_indexcontent.html')
-rw-r--r-- | databases/cassandra4/files/patch-doc_source___templates_indexcontent.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/databases/cassandra4/files/patch-doc_source___templates_indexcontent.html b/databases/cassandra4/files/patch-doc_source___templates_indexcontent.html new file mode 100644 index 000000000000..98f93b30a521 --- /dev/null +++ b/databases/cassandra4/files/patch-doc_source___templates_indexcontent.html @@ -0,0 +1,17 @@ +--- doc/source/_templates/indexcontent.html.orig 2020-08-28 13:55:55 UTC ++++ doc/source/_templates/indexcontent.html +@@ -1,5 +1,12 @@ +-{% extends "defindex.html" %} +-{% block tables %} ++{% extends "layout.html" %} ++{%- block htmltitle -%} ++<title>{{ html_title }}</title> ++{%- endblock -%} ++{% block body %} ++ <h1>{{ docstitle|e }}</h1> ++ <p> ++ {% trans %}Welcome! This is the documentation for Apache Cassandra {{ version }}.{% endtrans %} ++ </p> + <div id="wipwarning">This documentation is a work-in-progress. + <a href="{{ pathto("bugs") }}">Contributions</a> are welcome.</div> + |