File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed
Expand file tree Collapse file tree 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
470470{
471471 margin-top : 0px ;
472472}
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 101101html_theme_options = {
102102 "repository_url" : "https://github.com/NVIDIA-Merlin/models" ,
103103 "use_repository_button" : True ,
104- "footer_content_items" : ["copyright.html" , "last-updated.html" ],
105- "extra_footer" : "" ,
104+ "footer_content_items" : ["copyright.html" , "footer.html" ],
106105 "logo" : {"text" : "NVIDIA Merlin Models" , "alt_text" : "NVIDIA Merlin Models" },
107106}
108107html_sidebars = {
You can’t perform that action at this time.
0 commit comments