File tree Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,14 @@ export default defineConfig({
2727 } ) ,
2828 starlightLinksValidator ( )
2929 ] ,
30+ components : {
31+ Footer : './src/components/UnicodeFooter.astro' ,
32+ } ,
33+ logo : {
34+ alt : 'Unicode' ,
35+ src : './src/assets/unicode.svg' ,
36+ } ,
37+ credits : false ,
3038 sidebar : [
3139 {
3240 label : "leadingNavLinks" ,
Original file line number Diff line number Diff line change 1+ ---
2+
3+ ---
4+
5+ <footer class =" sl-flex" >
6+ <small >
7+ © 2020–{ new Date ().getFullYear ()} Unicode, Inc. Unicode and the Unicode
8+ Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
9+ See <a href =" https://www.unicode.org/copyright.html"
10+ >Terms of Use and License</a
11+ >.
12+ </small >
13+ </footer >
14+
15+ <style >
16+ small {
17+ border-top: 1px solid gray;
18+ margin-top: 0.25em;
19+ }
20+ </style >
You can’t perform that action at this time.
0 commit comments