Updated to new theme of TeXt

This commit is contained in:
2021-10-25 11:59:10 -04:00
parent 47c2c2e8a1
commit 296d628d8b
318 changed files with 21116 additions and 6966 deletions
+25
View File
@@ -0,0 +1,25 @@
---
layout: none
---
<!DOCTYPE html>
{%- include snippets/get-lang.html -%}
<html lang="{{ __return }}">
<head>
{%- include analytics.html -%}
{%- include head.html -%}
<script>
{%- include scripts/utils/utils.js -%}
{%- include scripts/lib/throttle.js -%}
{%- include scripts/lib/lazyload.js -%}
</script>
{%- include scripts/variables.html -%}
</head>
<body>
<div class="root" data-is-touch="false">
{{ content }}
</div>
<script>
{%- include scripts/common.js -%}
</script>
</body>
</html>