File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pytorch_sphinx_theme2/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5151< link rel ="preconnect " href ="https://fonts.googleapis.com ">
5252< link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
5353< link href ="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap " rel ="stylesheet ">
54- < meta property ="og:image " content ="{{ pathto(' _static/img/pytorch_seo.png', 1) }} " />
54+ < meta property ="og:image " content ="https://docs.pytorch.org/docs/stable/ _static/img/pytorch_seo.png " />
5555< link rel ="stylesheet " href ="{{ pathto('_static/webfonts/all.min.css', 1) }} " crossorigin ="anonymous ">
5656< meta http-equiv ="Content-Security-Policy "
5757 content ="default-src * 'unsafe-inline' 'unsafe-eval' data: blob:; style-src * 'unsafe-inline'; script-src * 'unsafe-inline' 'unsafe-eval' blob:; ">
246246 "name" : "PyTorch Contributors" ,
247247 "url" : "https://pytorch.org"
248248 } ,
249- "image" : "{{ url_root }}{{ pathto(' _static/img/pytorch_seo.png', 1) }} " ,
249+ "image" : "https://pytorch.org/docs/stable/ _static/img/pytorch_seo.png" ,
250250 "mainEntityOfPage" : {
251251 "@type" : "WebPage" ,
252252 "@id" : "{{ canonical_url|default((url_root if url_root is defined else '/') + pagename + '.html', true) }}"
You can’t perform that action at this time.
0 commit comments