Skip to content

Commit 9115112

Browse files
committed
fix PDF print ref
1 parent b6b5179 commit 9115112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/presentations/foss4g2024/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
var link = document.createElement('link');
2525
link.rel = 'stylesheet';
2626
link.type = 'text/css';
27-
link.href = window.location.search.match(/print-pdf/gi) ? 'css/print/pdf.css' : 'css/print/paper.css';
27+
link.href = window.location.search.match(/print-pdf/gi) ? '../default/css/print/pdf.css' : '../default/css/print/paper.css';
2828
document.getElementsByTagName('head')[0].appendChild(link);
2929
</script>
3030
<link href="https://fonts.googleapis.com/css?family=Roboto:400i" rel="stylesheet">

0 commit comments

Comments
 (0)