Skip to content

Commit

Permalink
Fix night mode
Browse files Browse the repository at this point in the history
  • Loading branch information
x1ah committed May 1, 2021
1 parent c6a9ee8 commit 15476c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/webstack.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
document.cookie = "night=0;path=/"
}
}
switchNightMode()
</script>
<!-- / FB Open Graph -->
<meta property="og:type" content="article">
Expand Down
1 change: 1 addition & 0 deletions tests/spec/config_1.yml.output
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
document.cookie = "night=0;path=/"
}
}
switchNightMode()
</script>
<!-- / FB Open Graph -->
<meta property="og:type" content="article">
Expand Down

0 comments on commit 15476c6

Please sign in to comment.