Skip to content

Commit 96942e5

Browse files
committed
Update Copyright footer
As part of our CNCF donation. Signed-off-by: Ashley Cui <acui@redhat.com>
1 parent 2420254 commit 96942e5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const config = {
169169
],
170170
},
171171
],
172-
copyright: `Copyright © ${new Date().getFullYear()} Podman. Built with Docusaurus.`,
172+
copyright: `<p>Copyright © ${new Date().getFullYear()} Podman Container Tools, a Series of LF Projects, LLC. Built with Docusaurus.</p><p>For website terms of use, trademark policy, and other project policies, please see the <a href="https://lfprojects.org/policies/">LF Projects policies page</a>.</p>`,
173173
},
174174

175175
prism: {

src/css/main.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,17 @@
8585
@apply text-blue-50 no-underline hover:text-blue-300 dark:hover:text-blue-500;
8686
}
8787

88+
.footer__copyright p{
89+
display: block;
90+
font-size: medium;
91+
padding: 0px;
92+
}
93+
94+
.footer__copyright a{
95+
font-size: medium;
96+
@apply text-blue-300 hover:text-blue-500
97+
}
98+
8899
.menu a {
89100
@apply no-underline;
90101
}

0 commit comments

Comments
 (0)