mirror of
https://github.com/RGBCube/Site
synced 2025-08-02 05:57:46 +00:00
default.vto: add lang attribute to html
This commit is contained in:
parent
5373cfa5df
commit
8cf87d0718
1 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
||||||
layout: null
|
layout: null
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<!-- CHARSET -->
|
<!-- CHARSET -->
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
@ -61,3 +63,5 @@ layout: null
|
||||||
<body class="bg-white text-black dark:bg-black dark:text-white">
|
<body class="bg-white text-black dark:bg-black dark:text-white">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue