Commit 1f258e0 1 parent d32e151 commit 1f258e0 Copy full SHA for 1f258e0
File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,10 @@ footer a:hover {
159
159
font-size : 11pt ;
160
160
}
161
161
162
+ footer {
163
+ display : none ;
164
+ }
165
+
162
166
#container {
163
167
max-width : none ;
164
168
margin : 0 ;
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ var links = {{ site.data.links_en | jsonify }};
33
33
// page.pdf() is currently supported only in headless mode.
34
34
// @see https://bugs.chromium.org/p/chromium/issues/detail?id=753118
35
35
const margin = "0.2in"
36
- const file_seg = link . num ? link . num . pad ( ) : ( "0_ " + link . title . replace ( "." , "_" ) )
36
+ const file_seg = link . num ? link . num . pad ( ) : ( "00_ " + link . title . replace ( "." , "_" ) )
37
37
await page . pdf ( {
38
38
path : "tmp/page_" + file_seg + ".pdf" ,
39
39
format : "A5" ,
You can’t perform that action at this time.
0 commit comments