Skip to content

Commit 2fce3f3

Browse files
committed
fixed layouts.html
1 parent 4c08910 commit 2fce3f3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

layouts/entry.html

-7
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@
1313
<h1><?= $vars->{title} ?></h1>
1414

1515
<?= $vars->{text} ?>
16-
<pre class="prettyprint">
17-
use features qw/say/;
18-
sub hello {
19-
return "hello"
20-
}
21-
print hello;
22-
</pre>
2316
<script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js?lang=css&amp;skin=sunburst"></script>
2417
</body>
2518
</html>

0 commit comments

Comments
 (0)