Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ <h3 class="title-text text-center">
{% block footer %}
<footer>
<p class="subtext">We are a Cloud Native Computing Foundation sandbox project.</p>
<p><a href="https://cncf.io"><img src="img/cncf-color-bg.svg" height="75px" alt="CNCF logo"></a></p>
<p><a href="https://cncf.io"><img src="{{ get_url(path='img/cncf-color-bg.svg') }}" height="75px" alt="CNCF logo"></a></p>
<p class="subtext">
bootc, originally created by Red Hat and donated to open source with ❤<br/>
Copyright © bootc, a Series of LF Projects, LLC<br/>
For website terms of use, trademark policy and other project policies please see <a href="https://lfprojects.org/policies/">lfprojects.org/policies/</a>.
</p>
</footer>
{% endblock footer %}
{% endblock footer %}
4 changes: 2 additions & 2 deletions themes/juice/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
{% block footer %}
<footer>
<p class="subtext">We are a Cloud Native Computing Foundation sandbox project.</p>
<p><a href="https://cncf.io"><img src="img/cncf-color-bg.svg" height="75px" alt="CNCF logo"></a></p>
<p><a href="https://cncf.io"><img src="{{ get_url(path='img/cncf-color-bg.svg') }}" height="75px" alt="CNCF logo"></a></p>
<p class="subtext">
bootc, originally created by Red Hat and donated to open source with ❤<br/>
Copyright © bootc, a Series of LF Projects, LLC<br/>
Expand Down Expand Up @@ -112,4 +112,4 @@
items.forEach(item => observer.observe(item));
</script>

</html>
</html>