Skip to content

Commit 15476c6

Browse files
committed
Fix night mode
1 parent c6a9ee8 commit 15476c6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

templates/webstack.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
document.cookie = "night=0;path=/"
4949
}
5050
}
51+
switchNightMode()
5152
</script>
5253
<!-- / FB Open Graph -->
5354
<meta property="og:type" content="article">

tests/spec/config_1.yml.output

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
document.cookie = "night=0;path=/"
4242
}
4343
}
44+
switchNightMode()
4445
</script>
4546
<!-- / FB Open Graph -->
4647
<meta property="og:type" content="article">

0 commit comments

Comments
 (0)