opnsense-ports/databases/cassandra4/files/patch-doc_source___templates_indexcontent.html
Franco Fichtner 8c1dc1c589 */*: sync with upstream
Taken from: HardenedBSD
2020-11-03 14:22:12 +01:00

17 lines
591 B
HTML

--- 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>