We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b5179 commit 9115112Copy full SHA for 9115112
docs/presentations/foss4g2024/index.html
@@ -24,7 +24,7 @@
24
var link = document.createElement('link');
25
link.rel = 'stylesheet';
26
link.type = 'text/css';
27
- link.href = window.location.search.match(/print-pdf/gi) ? 'css/print/pdf.css' : 'css/print/paper.css';
+ link.href = window.location.search.match(/print-pdf/gi) ? '../default/css/print/pdf.css' : '../default/css/print/paper.css';
28
document.getElementsByTagName('head')[0].appendChild(link);
29
</script>
30
<link href="https://fonts.googleapis.com/css?family=Roboto:400i" rel="stylesheet">
0 commit comments