File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ export default (
4040 { title } | { url . startsWith ( "/server" ) ? "MTKruto Server" : "MTKruto" }
4141 </ title >
4242 < meta property = "og:site_name" content = "MTKruto" />
43+ < meta property = "tg:site_verification" content = "g7j8/rPFXfhyrq5q0QQV7EsYWv4=" />
44+ < meta property = "article:published_time" content = "" />
45+ < meta property = "article:author" content = "https://t.me/MTKruto" />
46+ < meta property = "telegram:channel" content = "@MTKruto" />
4347 < meta name = "theme-color" content = "#f7f7f4" media = "(prefers-color-scheme: light)" />
4448 < meta name = "theme-color" content = "#0e0f0f" media = "(prefers-color-scheme: dark)" />
4549 < link rel = "icon" href = "/favicon.ico" sizes = "any" />
@@ -65,8 +69,8 @@ export default (
6569 < a class = "skip-link" href = "#main-content" > Skip to content</ a >
6670 < main id = "main-content" class = "site-main" >
6771 < Bc />
68- < div class = { `page-layout${ hasToc ? " page-layout-with-toc" : "" } ` } >
69- < article class = "content" >
72+ < div class = { `article page-layout${ hasToc ? " page-layout-with-toc" : "" } ` } >
73+ < article class = "article__content content" >
7074 < h1 > { title } </ h1 >
7175 { children }
7276 { ( next || prev ) && (
You can’t perform that action at this time.
0 commit comments