Skip to content

Commit be74099

Browse files
committed
Explicitly name documentElement for SpeedCurve
Now that I’m loading the `html` element with Obs.js classes, I need to mark it with a more explicit label. An `id` should do it for now.
1 parent d2f550f commit be74099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang=en-GB class="page {{ page.page-class }} {{ layout.page-class }}">
2+
<html lang=en-GB class="page {{ page.page-class }} {{ layout.page-class }}" id=htmlElement>
33

44
{% include head.html %}
55

0 commit comments

Comments
 (0)