We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7bb54 commit 675fc2fCopy full SHA for 675fc2f
themes/juice/templates/base.html
@@ -78,7 +78,7 @@
78
{% block footer %}
79
<footer>
80
<p class="subtext">We are a Cloud Native Computing Foundation sandbox project.</p>
81
- <p><a href="https://cncf.io"><img src="cncf-color-bg.svg" height="75px" alt="CNCF logo"></a></p>
+ <p><a href="https://cncf.io"><img src="img/cncf-color-bg.svg" height="75px" alt="CNCF logo"></a></p>
82
<p class="subtext">
83
bootc, originally created by Red Hat and donated to open source with ❤<br/>
84
Copyright © bootc, a Series of LF Projects, LLC<br/>
@@ -112,4 +112,4 @@
112
items.forEach(item => observer.observe(item));
113
</script>
114
115
-</html>
+</html>
0 commit comments