Skip to content

Commit

Permalink
Update head.liquid
Browse files Browse the repository at this point in the history
  • Loading branch information
JoannaSendecka authored May 8, 2024
1 parent 13e32f6 commit fd7e3c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/default/head.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=0.5, maximum-scale=5">

<!-- Theme Mode-->
<!-- Theme Mode
<script>
const darkBtn = "{{ site.data.language.str_dark | default: "Dark" }}";
const lightBtn = "{{ site.data.language.str_light | default: "Light" }}";
Expand All @@ -13,7 +13,7 @@
} else {
document.documentElement.setAttribute('data-theme', "{{ site.color_theme | default: 'light' }}");
}
</script>
</script>-->

<!-- Main JS (navbar.js, katex_init.js and masonry_init.js)-->
<script defer src="{{ '/assets/js/main.min.js' | relative_url }}"></script>
Expand Down

0 comments on commit fd7e3c2

Please sign in to comment.