freebsd-ports/databases/cassandra4/files/patch-doc_source___templates_indexcontent.html
Mikael Urankar 0c4cda23b3 databases/cassandra4: Update to version 4.0-beta2.
PR:		250167
Submitted by:	Angelo Polo (maintainer)
2020-11-02 17:40:42 +00:00

591 B

--- 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 -%} + +{%- endblock -%} +{% block body %} +

{{ docstitle|e }}

+

+ {% trans %}Welcome! This is the documentation for Apache Cassandra {{ version }}.{% endtrans %} +

This documentation is a work-in-progress. Contributions are welcome.