c96835b690
The port now uses Python 3 so unexpire it. PR: 249595 Submitted by: maintainer Reported by: swills (py27 overview)
18 lines
640 B
HTML
18 lines
640 B
HTML
--- doc/source/_templates/indexcontent.html.orig 2020-10-28 18:46:34 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 currently a work-in-progress and contains a number of TODO sections.
|
|
<a href="{{ pathto("bugs") }}">Contributions</a> are welcome.</div>
|
|
|