Skip to content

Commit 9253e8a

Browse files
committed
Fix footer
1 parent 19f3492 commit 9253e8a

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

docs/.vitepress/config.mts

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,14 @@ export default withMermaid({
2424
},
2525

2626
footer: {
27-
copyright: `
28-
<div style="display: flex; align-items: center; justify-content: space-between;">
29-
<span>
30-
Copyright © Linux Foundation Europe. IronCore is a project of NeoNephos Foundation. For applicable
31-
policies including privacy policy, terms of use and trademark usage guidelines, please see https://linuxfoundation.eu.
32-
Linux is a registered trademark of Linus Torvalds.
33-
</span>
34-
<img src="https://raw.githubusercontent.com/ironcore-dev/ironcore-dev.github.io/refs/heads/main/docs/public/bmwe.png" style="max-width: 340px; margin-left: 16px;">
35-
</div>
36-
`
27+
copyright: '<div style="display: flex; justify-content: space-between; align-items: center;">' +
28+
'<span>' +
29+
'Copyright © Linux Foundation Europe. IronCore is a project of NeoNephos Foundation. For applicable ' +
30+
'policies including privacy policy, terms of use and trademark usage guidelines, please see ' +
31+
'https://linuxfoundation.eu. Linux is a registered trademark of Linus Torvalds.' +
32+
'</span>' +
33+
'<img src="https://raw.githubusercontent.com/ironcore-dev/ironcore-dev.github.io/refs/heads/main/docs/public/bmwe.png" style="max-width: 340px; margin-left: 16px;">' +
34+
'</div>'
3735
},
3836

3937
logo: {

0 commit comments

Comments
 (0)