From: Dan van der Ster Date: Thu, 3 Aug 2023 23:10:38 +0000 (-0700) Subject: doc: Add a Ceph Foundation footer to docs.ceph.com X-Git-Tag: v19.0.0~743^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F52802%2Fhead;p=ceph.git doc: Add a Ceph Foundation footer to docs.ceph.com Add an info box to the footer of every docs page inviting visitors to support the Ceph Foundation. Signed-off-by: Dan van der Ster --- diff --git a/doc/_templates/page.html b/doc/_templates/page.html index 3fd83b623b4a..0783fb27b742 100644 --- a/doc/_templates/page.html +++ b/doc/_templates/page.html @@ -22,4 +22,10 @@ {%- endif %} {{ super() }} + +
+

Brought to you by the Ceph Foundation

+

The Ceph Documentation is a community resource funded and hosted by the non-profit Ceph Foundation. If you would like to support this and our other efforts, please consider joining now.

+
+ {% endblock %}