fix: prevent FOUC on Firefox
This commit is contained in:
parent
0725ec2eae
commit
c3ec2cd98d
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
{% include head.html %}
|
||||
|
||||
<body>
|
||||
<!-- prevent FOUC: https://stackoverflow.com/a/57888310 -->
|
||||
<script>0</script>
|
||||
|
||||
{% include header.html %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue