Commit eb1e541 1 parent 48e0c70 commit eb1e541 Copy full SHA for eb1e541
File tree 3 files changed +24
-2
lines changed
3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -470,3 +470,16 @@ dd p:first-child
470
470
{
471
471
margin-top : 0px ;
472
472
}
473
+
474
+ footer div p {
475
+ font-size : 80% ;
476
+ padding-top : 1em ;
477
+ }
478
+
479
+ footer div p a {
480
+ color : var (--small-font-color );
481
+ }
482
+
483
+ footer div p a : hover {
484
+ color : var (--small-font-color );
485
+ }
Original file line number Diff line number Diff line change
1
+ < p >
2
+ < a href ="https://www.nvidia.com/en-us/about-nvidia/privacy-policy/ " target ="_blank "> Privacy Policy</ a > |
3
+ < a href ="https://www.nvidia.com/en-us/about-nvidia/privacy-center/ " target ="_blank "> Manage My Privacy</ a > |
4
+ < a href ="https://www.nvidia.com/en-us/preferences/start/ " target ="_blank "> Do Not Sell or Share My Data</ a > |
5
+ < a href ="https://www.nvidia.com/en-us/about-nvidia/terms-of-service/ " target ="_blank "> Terms of Service</ a > |
6
+ < a href ="https://www.nvidia.com/en-us/about-nvidia/accessibility/ " target ="_blank "> Accessibility</ a > |
7
+ < a href ="https://www.nvidia.com/en-us/about-nvidia/company-policies/ " target ="_blank "> Corporate Policies</ a > |
8
+ < a href ="https://www.nvidia.com/en-us/product-security/ " target ="_blank "> Product Security</ a > |
9
+ < a href ="https://www.nvidia.com/en-us/contact/ " target ="_blank "> Contact</ a >
10
+ </ p >
Original file line number Diff line number Diff line change 101
101
html_theme_options = {
102
102
"repository_url" : "https://github.com/NVIDIA-Merlin/models" ,
103
103
"use_repository_button" : True ,
104
- "footer_content_items" : ["copyright.html" , "last-updated.html" ],
105
- "extra_footer" : "" ,
104
+ "footer_content_items" : ["copyright.html" , "footer.html" ],
106
105
"logo" : {"text" : "NVIDIA Merlin Models" , "alt_text" : "NVIDIA Merlin Models" },
107
106
}
108
107
html_sidebars = {
You can’t perform that action at this time.
0 commit comments