Skip to content

Commit

Permalink
fix PDF print ref
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Feb 4, 2025
1 parent b6b5179 commit 9115112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/presentations/foss4g2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
var link = document.createElement('link');
link.rel = 'stylesheet';
link.type = 'text/css';
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';
document.getElementsByTagName('head')[0].appendChild(link);
</script>
<link href="https://fonts.googleapis.com/css?family=Roboto:400i" rel="stylesheet">
Expand Down

0 comments on commit 9115112

Please sign in to comment.