Skip to content

Commit fa1ba94

Browse files
committed
feat: line no on homepage
1 parent 0e8481c commit fa1ba94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2 class="section-title">Clean, Readable Code</h2>
1717
writeln('Hello, World!');
1818
writeln('Welcome to Pascal programming');
1919
end.` }}
20-
{{ highlight $codeExample "objectpascal" "linenos=false" }}
20+
{{ highlight $codeExample "objectpascal" "linenos=true" }}
2121
</div>
2222
</section>
2323

0 commit comments

Comments
 (0)