Skip to content

Commit f195d62

Browse files
committed
Fix comment
1 parent 3df973b commit f195d62

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

themes/doingstuff-zola/templates/base.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
{% endblock extra_head %}
4747
</head>
4848
<body>
49-
<script>0</script> <!--Firefox FOUC-->
49+
<!--Fix Firefox FOUC-->
50+
<script>0</script>
5051
<div class="container">
5152
<nav class="topbar">
5253
<div class="topbar-text">

0 commit comments

Comments
 (0)