mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
Fix broken refresh command option
This commit is contained in:
parent
a98b3602f5
commit
de7d544e11
@ -94,15 +94,12 @@ $rendered = $m->render(
|
||||
'title' => $title,
|
||||
'style' => $style,
|
||||
'resume' => $resume,
|
||||
'reload' => $refresh_dev
|
||||
'reload' => $config->refresh
|
||||
)
|
||||
);
|
||||
|
||||
// Save the fully rendered html to the final destination
|
||||
file_put_contents(
|
||||
$output,
|
||||
$rendered
|
||||
);
|
||||
file_put_contents($output, $rendered);
|
||||
echo "Wrote html to $output\n";
|
||||
|
||||
// If the user wants to make a pdf file, we'll use wkhtmltopdf to convert
|
||||
|
Loading…
x
Reference in New Issue
Block a user