File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
<extend template="base.shtml">
2
- <title id="title" :html ="$page.title"></title>
2
+ <title id="title" :text ="$page.title"></title>
3
3
<head id="head">
4
4
<style>
5
5
h1 {
Original file line number Diff line number Diff line change 1
1
<extend template="base.shtml">
2
- <title id="title" :html ="$page.title"></title>
2
+ <title id="title" :text ="$page.title"></title>
3
3
<head id="head">
4
4
<style>
5
5
h1,
29
29
</style>
30
30
</head>
31
31
<header id="header">
32
- <h1 class="title" :html ="$page.title"></h1>
32
+ <h1 class="title" :text ="$page.title"></h1>
33
33
</header>
34
34
<main id="content">
35
35
<div id="page" :html="$page.content()"></div>
Original file line number Diff line number Diff line change 9
9
<super>
10
10
- zigtools
11
11
</title>
12
- <style :text ="$site.asset('style.css').bytes()"></style>
12
+ <style :html ="$site.asset('style.css').bytes()"></style>
13
13
<super>
14
14
</head>
15
15
<body>
Original file line number Diff line number Diff line change 1
1
<extend template="base.shtml">
2
- <title id="title" :html ="$page.title"></title>
2
+ <title id="title" :text ="$page.title"></title>
3
3
<head id="head">
4
4
<style>
5
5
h1,
175
175
</head>
176
176
<header id="header">
177
177
<div id="header-experimental-warning" :html="$page.contentSection('header-experimental-warning')"></div>
178
- <h1 class="title" :html ="$page.title"></h1>
178
+ <h1 class="title" :text ="$page.title"></h1>
179
179
</header>
180
180
<main id="content">
181
181
<div class="vscode-banner">
218
218
<p>All files are signed with
219
219
<a href="https://jedisct1.github.io/minisign/">minisign</a>
220
220
using this public key:</p>
221
- <pre><code :html ="$page.custom.get('minisign')"></code></pre>
221
+ <pre><code :text ="$page.custom.get('minisign')"></code></pre>
222
222
<table id="prebuilt-binary-table"></table>
223
223
<p>Provided by
224
224
<a href="https://github.com/zigtools/release-worker">zigtools/release-worker</a></p>
Original file line number Diff line number Diff line change 1
1
<extend template="base.shtml">
2
- <title id="title" :html ="$page.title"></title>
2
+ <title id="title" :text ="$page.title"></title>
3
3
<head id="head">
4
4
<style>
5
5
@media (prefers-color-scheme: dark) {
22
22
<a href="/zls/install/index.html">Installation Guide</a>
23
23
<a href="https://discord.gg/Jp4DHkqkYs">ZLS Discord</a>
24
24
</nav>
25
- <h1 class="title centered" :html ="$page.title"></h1>
25
+ <h1 class="title centered" :text ="$page.title"></h1>
26
26
</header>
27
27
<main id="content">
28
28
<div id="page" :html="$page.content()"></div>
You can’t perform that action at this time.
0 commit comments