Commit a0037c1f authored by Arnaud Legrand's avatar Arnaud Legrand

[HTML] Display the org title

parent 58ad6ec3
...@@ -46,7 +46,7 @@ sub pandoc_export { ...@@ -46,7 +46,7 @@ sub pandoc_export {
while(defined(my $line=<INPUT>)) { while(defined(my $line=<INPUT>)) {
if($line =~ /<p class="author"/) { next; } if($line =~ /<p class="author"/) { next; }
if($line =~ /<h1 class="title"/) { next; } # if($line =~ /<h1 class="title"/) { next; }
if($line =~ /<p class="date"/) { next; } if($line =~ /<p class="date"/) { next; }
if($line =~ /<p>.*broken-links:nil/) { next; } if($line =~ /<p>.*broken-links:nil/) { next; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment