index: release v1.18 with only altgr index linked
[sheet.git] / sample.plp
index 12460ec14e7db44624436747056a16bb6b4bc697..36ad2b424e995697c25e7a6602e94b8c18cb0158 100644 (file)
@@ -1,15 +1,13 @@
 <(common.inc.plp)><:
 
 my $textinc = 'sample.txt';
-my $proto = sprintf('http%s://', !!$ENV{HTTPS} && 's');
-my $preview = "$proto$ENV{HTTP_HOST}/sample.png";
 
 Html({
        title => "unicode sampler",
        version => '2.1',
        stylesheet => [qw'light dark mono red'],
        data => [$textinc],
-       raw => qq(<meta property="og:image" content="$preview" />),
+       image => 'sample.png',
 });
 
 open my $source, '<', $textinc