Skip to content

Commit 37901d1

Browse files
committed
feat(copyright): update footer to match current CNCF guidelines; add bootc.dev for use
Signed-off-by: Laura Santamaria <[email protected]>
1 parent 22866d8 commit 37901d1

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

site/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
base_url = "https://bootc-dev.github.io"
1+
base_url = "https://bootc.dev"
22
#base_url = "http://localhost"
33
theme = "juice"
44
title = "bootc"
@@ -59,4 +59,4 @@ juice_extra_menu = [
5959
favicon = "favicon.ico"
6060
meta_title = "Your OS, but Containers!"
6161
meta_description = "bootc builds operating systems using containerization principles"
62-
footer = "bootc, open sourced by Red Hat with <3 (c) the bootc project"
62+
footer = ""

site/static/cncf-color-bg.svg

Lines changed: 1 addition & 0 deletions
Loading

site/templates/index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,16 @@ <h3 class="title-text text-center">
4848
{% block sidebar %}
4949
<div class="sidebar">
5050
</div>
51-
{% endblock sidebar %}
51+
{% endblock sidebar %}
52+
53+
{% block footer %}
54+
<footer>
55+
<p class="subtext">We are a Cloud Native Computing Foundation sandbox project.</p>
56+
<p><a href="https://cncf.io"><img src="cncf-color-bg.svg" height="75px" alt="CNCF logo"></a></p>
57+
<p class="subtext">
58+
bootc, originally created by Red Hat and donated to open source with ❤<br/>
59+
Copyright © bootc, a Series of LF Projects, LLC<br/>
60+
For website terms of use, trademark policy and other project policies please see <a href="https://lfprojects.org/policies/">lfprojects.org/policies/</a>.
61+
</p>
62+
</footer>
63+
{% endblock footer %}

0 commit comments

Comments
 (0)