it works i guess lol
This commit is contained in:
@@ -5,8 +5,20 @@
|
||||
<meta charset="utf-8">
|
||||
<title>{{ config.extra.site_name }}</title>
|
||||
|
||||
<link rel="stylesheet" href="{{ get_url(path="/extra.css") }}" />
|
||||
<link rel="stylesheet" href="/extra.css" />
|
||||
|
||||
|
||||
<script type="importmap">
|
||||
{
|
||||
"imports": {
|
||||
"three": "https://cdn.jsdelivr.net/npm/three@0.174.0/build/three.module.js",
|
||||
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.174.0/examples/jsm/"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<script type="module" src="/main.js"></script>
|
||||
<script type="module" src="/window.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@@ -1,24 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
<head>
|
||||
|
||||
<script type="importmap">
|
||||
{
|
||||
"imports": {
|
||||
"three": "https://cdn.jsdelivr.net/npm/three@<version>/build/three.module.js",
|
||||
"three/addons/": "https://cdn.jsdelivr.net/npm/three@<version>/examples/jsm/"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<script type="module" src="/main.js"></script>
|
||||
<script type="module" src="/window.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
{% block content %}
|
||||
|
||||
<body>
|
||||
<h1 class="title">
|
||||
{{ section.title }}
|
||||
</h1>
|
||||
@@ -26,5 +8,4 @@
|
||||
<p>{{ section.content | safe }}</p>
|
||||
|
||||
<p><a href="{{ get_url(path='@/blog/_index.md') }}">Posts</a>.</p>
|
||||
</body>
|
||||
{% endblock content %}
|
||||
|
Reference in New Issue
Block a user