mirror of
https://github.com/RGBCube/Site
synced 2025-08-01 13:37:49 +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">
|
||||||
|
@ -21,7 +23,7 @@ layout: null
|
||||||
<!-- FANCY -->
|
<!-- FANCY -->
|
||||||
<link rel="icon" href="/assets/icons/icon.gif">
|
<link rel="icon" href="/assets/icons/icon.gif">
|
||||||
<meta name="theme-color" content="{{ color }}">
|
<meta name="theme-color" content="{{ color }}">
|
||||||
|
|
||||||
<!-- ALTERNATIVE FORMATS -->
|
<!-- ALTERNATIVE FORMATS -->
|
||||||
<link rel="alternate" type="application/rss+xml" href="/blog.rss">
|
<link rel="alternate" type="application/rss+xml" href="/blog.rss">
|
||||||
<link rel="alternate" type="application/feed+json" href="/blog.json">
|
<link rel="alternate" type="application/feed+json" href="/blog.json">
|
||||||
|
@ -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