diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2020-11-02 17:40:42 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2020-11-02 17:40:42 +0000 |
commit | 0c4cda23b394fb563d24bbb0f7a461799b82a56a (patch) | |
tree | 4b4d3769842a35a32bc059c484df3085f5b3aff0 /databases/cassandra4/files/patch-doc_source___templates_indexcontent.html | |
parent | - update to 20201101 (diff) |
databases/cassandra4: Update to version 4.0-beta2.
PR: 250167
Submitted by: Angelo Polo (maintainer)
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> + |