Skip to content

Commit

Permalink
Update layout.html.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danpros committed Nov 21, 2024
1 parent 71c7aca commit 8f02ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/tailwind/layout.html.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php if (!defined('HTMLY')) die('HTMLy'); ?>
<!DOCTYPE html>
<html lang="<?php echo blog_language();?>" class="__variable_space scroll-smooth dark" id="html-id">
<html lang="<?php echo blog_language();?>" class="__variable_space scroll-smooth light" id="html-id">
<head>
<?php echo head_contents();?>
<title><?php echo $title;?></title>
Expand Down

0 comments on commit 8f02ca7

Please sign in to comment.